summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.0.3.bb6
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
44PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," 44PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,,"
45 45
46PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg" 46PACKAGES =+ "tiffxx tiff-utils"
47FILES_tiffxx = "${libdir}/libtiffxx.so.*" 47FILES_tiffxx = "${libdir}/libtiffxx.so.*"
48FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la"
49FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a"
50FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
51FILES_tiff-utils = "${bindir}/*" 48FILES_tiff-utils = "${bindir}/*"
52FILES_tiff-utils-dbg += "${bindir}/.debug/"
53 49
54BBCLASSEXTEND = "native" 50BBCLASSEXTEND = "native"