uclibc_0.9.30: Remove ldso_hash patch
authorKhem Raj <raj.khem@gmail.com>
Fri, 2 Jan 2009 23:10:19 +0000 (15:10 -0800)
committerKhem Raj <raj.khem@gmail.com>
Fri, 2 Jan 2009 23:10:19 +0000 (15:10 -0800)
uclibc_nptl.bb: Ditto
uclibc_svn.bb: Ditto

packages/uclibc/uclibc-0.9.30/ldso_hash.patch [deleted file]
packages/uclibc/uclibc_0.9.30.bb
packages/uclibc/uclibc_nptl.bb
packages/uclibc/uclibc_svn.bb

diff --git a/packages/uclibc/uclibc-0.9.30/ldso_hash.patch b/packages/uclibc/uclibc-0.9.30/ldso_hash.patch
deleted file mode 100644 (file)
index 974f564..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: uClibc-nptl/Rules.mak
-===================================================================
---- uClibc-nptl/Rules.mak      (revision 24450)
-+++ uClibc-nptl/Rules.mak      (working copy)
-@@ -522,7 +522,8 @@
- ifeq ($(LDSO_GNU_HASH_SUPPORT),y)
- # Be sure that binutils support it
--LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu)
-+#LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu)
-+LDFLAGS_GNUHASH:=--hash-style=gnu
- ifeq ($(LDFLAGS_GNUHASH),)
- $(error Your binutils don't support --hash-style option, while you want to use it)
- else
index 16e18fb..7420c47 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.30"
-PR = "r3"
+PR = "r4"
 DEFAULT_PREFERENCE = "1"
 
 require uclibc.inc
@@ -18,9 +18,6 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
             file://arm-linuxthreads.patch;patch=1 \
             file://linuxthreads-changes.patch;patch=1 \
           "
-SRC_URI_append_arm = " file://ldso_hash.patch;patch=1 "
-SRC_URI_append_armeb = " file://ldso_hash.patch;patch=1 "
-
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
index d261b50..a43a3df 100644 (file)
@@ -31,7 +31,5 @@ SRC_URI += "svn://uclibc.org/branches/;module=uClibc-nptl;rev=${SRCREV} \
             file://uclibc-arm-ftruncate64.patch;patch=1 \
             file://arm_fix_alignment.patch;patch=1 \
             "
-SRC_URI_append_arm = " file://ldso_hash.patch;patch=1 "
-SRC_URI_append_armeb = " file://ldso_hash.patch;patch=1 "
 
 S = "${WORKDIR}/uClibc-nptl"
index 080ca60..893c97d 100644 (file)
@@ -34,7 +34,4 @@ SRC_URI += "svn://uclibc.org/trunk;module=uClibc \
        file://linuxthreads-changes.patch;patch=1 \
        file://uclibc_enable_log2_test.patch;patch=1 \
        "
-SRC_URI_append_arm = " file://ldso_hash.patch;patch=1 "
-SRC_URI_append_armeb = " file://ldso_hash.patch;patch=1 "
-
 S = "${WORKDIR}/uClibc"