diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-10 02:30:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:22 +0100 |
commit | 23a88e24f07608d53726a3ed37ad356a088d8c77 (patch) | |
tree | a276ab6554e4462ec62c03eaf9cd6143bd450f74 | |
parent | 22af6a2595dbec98ce4a2e3b1324ad8d400390ad (diff) | |
download | poky-23a88e24f07608d53726a3ed37ad356a088d8c77.tar.gz |
tiff: remove extra dev and dbg from PACKAGES
There should be only one dev and dbg package
(From OE-Core rev: dd65ee47d04f3f8e51a7abec02d564b9e46626ae)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb index b7d1129ad6..62e62567df 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |||
@@ -43,12 +43,8 @@ PACKAGECONFIG[check-ycbcr-subsampling] = "--enable-check-ycbcr-subsampling,--dis | |||
43 | # in chunks when using TIFFReadScanline. Experimental 4.0+ feature | 43 | # in chunks when using TIFFReadScanline. Experimental 4.0+ feature |
44 | PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," | 44 | PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," |
45 | 45 | ||
46 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg" | 46 | PACKAGES =+ "tiffxx tiff-utils" |
47 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | 47 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" |
48 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la" | ||
49 | FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a" | ||
50 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" | ||
51 | FILES_tiff-utils = "${bindir}/*" | 48 | FILES_tiff-utils = "${bindir}/*" |
52 | FILES_tiff-utils-dbg += "${bindir}/.debug/" | ||
53 | 49 | ||
54 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native" |