diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-09 00:53:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-09 00:53:52 +0000 |
commit | ea4f4c02e9679dfb2978f3d9a9042f2f7ed0ec08 (patch) | |
tree | 0266d30a77843d680a435cfd841ef394fe054a3a | |
parent | 68e838e33558c40cd75bd9a5204b9537b6a25998 (diff) |
reinstate install-path-check.patch - patch courtesy pb_.
BKrev: 409d8120gPqgQrTgUSi-MkWW6Pc7CA
-rw-r--r-- | libtool/libtool-native_1.5.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libtool/libtool-native_1.5.oe b/libtool/libtool-native_1.5.oe index 0d14be61fc..4f5eb57953 100644 --- a/libtool/libtool-native_1.5.oe +++ b/libtool/libtool-native_1.5.oe @@ -1,3 +1,4 @@ +PR = "r1" include libtool_${PV}.oe inherit native @@ -8,7 +9,8 @@ SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/libtoolize-staging.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \ file://${FILESDIR}/ld.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}" prefix = "${CROSS_DIR}" |