diff options
-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" |