From dd65ee47d04f3f8e51a7abec02d564b9e46626ae Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 10 Apr 2015 02:30:07 -0700 Subject: tiff: remove extra dev and dbg from PACKAGES There should be only one dev and dbg package Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/recipes-multimedia/libtiff') 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 # in chunks when using TIFFReadScanline. Experimental 4.0+ feature PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," -PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg" +PACKAGES =+ "tiffxx tiff-utils" FILES_tiffxx = "${libdir}/libtiffxx.so.*" -FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la" -FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a" -FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" FILES_tiff-utils = "${bindir}/*" -FILES_tiff-utils-dbg += "${bindir}/.debug/" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg