mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
22af6a2595
commit
23a88e24f0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user