mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
tiff: Convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,15 +7,7 @@ PR = "r2"
|
||||
SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
|
||||
file://libtool2.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_includes
|
||||
install -d ${STAGING_LIBDIR}
|
||||
oe_libinstall -C libtiff -a -so libtiff ${STAGING_LIBDIR}
|
||||
oe_libinstall -C libtiff -a -so libtiffxx ${STAGING_LIBDIR}
|
||||
|
||||
}
|
||||
inherit autotools_stage
|
||||
|
||||
PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
|
||||
FILES_tiffxx = "${libdir}/libtiffxx.so.*"
|
||||
|
||||
Reference in New Issue
Block a user