diff options
author | 2013-01-06 13:55:00 +0200 | |
---|---|---|
committer | 2013-01-07 17:45:24 +0200 | |
commit | c1d458e747534a03b075a12d151eb1b992039c3f (patch) | |
tree | 3a7965d852e3c7002898ee5599c0978ec06f8e51 | |
parent | 08a89917997e01423f5aef004afefc155ebc4ca3 (diff) | |
download | meta-ivi-c1d458e747534a03b075a12d151eb1b992039c3f.tar.gz meta-ivi-c1d458e747534a03b075a12d151eb1b992039c3f.tar.bz2 meta-ivi-c1d458e747534a03b075a12d151eb1b992039c3f.zip |
tiff: Minor file reformatting
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rw-r--r-- | recipes-multimedia/libtiff/tiff_4.0.3.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libtiff/tiff_4.0.3.bbappend b/recipes-multimedia/libtiff/tiff_4.0.3.bbappend index 54309d7..238795f 100644 --- a/recipes-multimedia/libtiff/tiff_4.0.3.bbappend +++ b/recipes-multimedia/libtiff/tiff_4.0.3.bbappend @@ -1,4 +1,4 @@ -PRINC = "1" +PRINC := "${@int(PRINC) + 1}" # xz is GPLv3 so remove it from DEPENDS if INCOMPATIBLE_LICENSE contains GPLv3 python () { |