]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: Disable a section of the libdir-la patch since its doing more harm than...
authorRichard Purdie <richard@openedhand.com>
Tue, 22 Apr 2008 12:50:38 +0000 (12:50 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 22 Apr 2008 12:50:38 +0000 (12:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4307 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtool/libtool-2.2.2/libdir-la.patch
meta/packages/libtool/libtool-cross_2.2.2.bb
meta/packages/libtool/libtool-native_2.2.2.bb
meta/packages/libtool/libtool_2.2.2.bb

index a726cb2b8c416398404acbdfd4a3d8b178e4ff39..761e69779ae07c01a6a034020e9e935488e56d14 100644 (file)
@@ -49,8 +49,8 @@ Index: libtool-2.2.2/libltdl/config/ltmain.m4sh
            for deplib in $dependency_libs; do
 +              # Replacing uninstalled with installed can easily break crosscompilation,
 +              # since the installed path is generally the wrong architecture.  -CL
-+              newdependency_libs="$newdependency_libs $deplib"
-+              continue
++              newdependency_libs="$newdependency_libs $deplib"
++              continue
              case $deplib in
              *.la)
                func_basename "$deplib"
index 37643e550310bb26968c02291fa4ede9969a5cd7..9c0b30ce5c01c1ea1c4f4bec9bd143e6af8a8621 100644 (file)
@@ -1,11 +1,12 @@
 require libtool.inc
 require libtool_${PV}.bb
 
-PR = "r12"
+PR = "r15"
 PACKAGES = ""
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
 SRC_URI_append = " file://libdir-la.patch;patch=1 \
                     file://prefix.patch;patch=1 \
+#                   file://sysroot.patch;patch=1 \
 #                   file://tag.patch;patch=1 \
                   file://nousrlib.patch;patch=1"
 
index 8b27424a6e5427cb22dd7decf1f37a3b2e5759ed..6b5f379318fab57214c4a56c8181c8456f3278fc 100644 (file)
@@ -1,10 +1,11 @@
 require libtool.inc
 require libtool_${PV}.bb
 
-PR = "r9"
+PR = "r11"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
 SRC_URI_append = " file://libdir-la.patch;patch=1 \
                    file://prefix.patch;patch=1 \
+#                   file://sysroot.patch;patch=1 \
 #                   file://tag.patch;patch=1 \
                   file://nousrlib.patch;patch=1"
 
index 0f727cd744552e064fe2d92eb99fb4d64f62abee..05f39fa370e5b03bf58bab79606ed55c151f728c 100644 (file)
@@ -1,6 +1,6 @@
 require libtool.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
            file://uclibc.patch;patch=1 \