diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-10 22:01:08 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-10 22:01:08 +0000 |
commit | 27ba00346232c819aa5fb42861775b57fa9282c0 (patch) | |
tree | 824a45264e857791aa8eb697cb6482cc35fe0c31 /libtool | |
parent | 469eae2a93a7e8d0a2e7e226dff5c9a96c2cf6f1 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into erichl.mine.nu:/home/erich/src/packages
2004/04/10 17:59:59-04:00 mine.nu!erich
add staging to gstreamer (includes a libtool patch) - patch from pb_.
BKrev: 40786ea4YgCxwlTkwKUlRRfmi1vY3g
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool-1.5/install-path-check.patch | 0 | ||||
-rw-r--r-- | libtool/libtool-cross_1.5.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libtool/libtool-1.5/install-path-check.patch b/libtool/libtool-1.5/install-path-check.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libtool/libtool-1.5/install-path-check.patch diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index 06ce17f27a..e63bbf8fc0 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -5,7 +5,8 @@ SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/tag.patch;patch=1 \ file://${FILESDIR}/libtoolize-staging.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \ - file://${FILESDIR}/chmod.patch;patch=1" + file://${FILESDIR}/chmod.patch;patch=1 \ + file://${FILESDIR}/install-path-check.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" |