mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
libtool-native: Stage libltdl headers (from OE)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r18"
|
||||
PR = "r19"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||
SRC_URI_append = " file://cross_compile.patch;patch=1 \
|
||||
file://prefix.patch;patch=1"
|
||||
@@ -22,6 +22,8 @@ do_stage () {
|
||||
install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize
|
||||
oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR}
|
||||
install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/
|
||||
install -d ${STAGING_INCDIR}/libltdl
|
||||
install -m 0644 libltdl/libltdl/*.h ${STAGING_INCDIR}/libltdl/
|
||||
install -d ${STAGING_DATADIR}/libtool/config/ ${STAGING_DATADIR}/aclocal/
|
||||
install -c ${S}/libltdl/config/config.guess ${STAGING_DATADIR}/libtool/
|
||||
install -c ${S}/libltdl/config/config.sub ${STAGING_DATADIR}/libtool/
|
||||
|
||||
Reference in New Issue
Block a user