diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-11 21:21:52 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-11 21:21:52 +0000 |
commit | 9ed073484c8bd407b96969006a6c75a8cfc4b9d4 (patch) | |
tree | f45b7c3e7ffd239761a4bb5490422d551f02bb00 /content/libtool-1.4.3.oe | |
parent | 424a3b3e609340ba294492dbe0a3349a2ca73fda (diff) |
Add patch to make libtoolize obey STAGING_DIR if its set, thereby giving us a way to use it in OE sanely.
BKrev: 3f60e770Vo196ZX5UxQjoJx0QHec3A
Diffstat (limited to 'content/libtool-1.4.3.oe')
-rw-r--r-- | content/libtool-1.4.3.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/libtool-1.4.3.oe b/content/libtool-1.4.3.oe index 8d9cb4b3d3..ee3500ec2c 100644 --- a/content/libtool-1.4.3.oe +++ b/content/libtool-1.4.3.oe @@ -14,7 +14,8 @@ DEPENDS= SRC_URI = ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}.orig.tar.gz \ ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}-5.diff.gz \ file://${FILESDIR}/libdir.patch;patch=1 \ - file://${FILESDIR}/sedvar.patch;patch=1 + file://${FILESDIR}/sedvar.patch;patch=1 \ + file://${FILESDIR}/libtoolize-staging.patch;patch=1 S = "${WORKDIR}/${P}" EXTRA_OECONF = --disable-ltdl-install @@ -31,8 +32,8 @@ do_stage () { install -c config.guess ${STAGING_DIR}/share/libtool/ install -c config.sub ${STAGING_DIR}/share/libtool/ install -c -m 0644 ltmain.sh ${STAGING_DIR}/share/libtool/ - install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/libtool/ - install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/libtool/ + install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/aclocal/ + install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/aclocal/ } do_install () { |