mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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 \
|
SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
|
||||||
file://libtool2.patch;patch=1"
|
file://libtool2.patch;patch=1"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools_stage
|
||||||
|
|
||||||
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}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
|
PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
|
||||||
FILES_tiffxx = "${libdir}/libtiffxx.so.*"
|
FILES_tiffxx = "${libdir}/libtiffxx.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user