[oe-commits] org.oe.dev libtool-native: also stage libltdl header so -native packages that build against libltdl work (e.g. guile-native)

koen commit oe at amethyst.openembedded.net
Wed Jun 4 10:13:50 UTC 2008


libtool-native: also stage libltdl header so -native packages that build against libltdl work (e.g. guile-native)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6bc539b80a79e8d17dff04828827a9feba25d04a
ViewMTN: http://monotone.openembedded.org/revision/info/6bc539b80a79e8d17dff04828827a9feba25d04a
Files:
1
packages/libtool/libtool-native_2.2.4.bb
Diffs:

#
# mt diff -r2bb52edffae8958d1e24b5cffead04d3f862852c -r6bc539b80a79e8d17dff04828827a9feba25d04a
#
#
#
# patch "packages/libtool/libtool-native_2.2.4.bb"
#  from [95ed898dad77e52374569878c2a76ea12b8fbd86]
#    to [18551b64f6257d3562fb76522c3398d20a46f579]
#
============================================================
--- packages/libtool/libtool-native_2.2.4.bb	95ed898dad77e52374569878c2a76ea12b8fbd86
+++ packages/libtool/libtool-native_2.2.4.bb	18551b64f6257d3562fb76522c3398d20a46f579
@@ -1,7 +1,7 @@ require libtool_${PV}.bb
 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/






More information about the Openembedded-commits mailing list