From: Michael Lauer Date: Sun, 9 May 2004 00:53:52 +0000 (+0000) Subject: reinstate install-path-check.patch - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19270 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4f4c02e9679dfb2978f3d9a9042f2f7ed0ec08;p=openembedded.git reinstate install-path-check.patch - patch courtesy pb_. BKrev: 409d8120gPqgQrTgUSi-MkWW6Pc7CA --- 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}"