mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff
This patch is already applied to eglibc 2.12 branch as seen here http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 (From OE-Core rev: 832d6d4226682ac9f3b6792ebed9837ff39017e0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
Upstream-Status: Inappropriate [Backport]
|
|
||||||
|
|
||||||
Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in
|
|
||||||
turn breaks behaviour of some Makefiles. Most notably eglibc's.
|
|
||||||
|
|
||||||
http://www.mail-archive.com/bug-make@gnu.org/msg06220.html
|
|
||||||
|
|
||||||
Fix back-ported from glibc/eglibc revision control.
|
|
||||||
|
|
||||||
JL 13/10/10
|
|
||||||
|
|
||||||
Index: libc/manual/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- libc.orig/manual/Makefile
|
|
||||||
+++ libc/manual/Makefile
|
|
||||||
@@ -243,7 +243,10 @@ ifdef objpfx
|
|
||||||
.PHONY: stubs
|
|
||||||
stubs: $(objpfx)stubs
|
|
||||||
endif
|
|
||||||
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
|
|
||||||
+$(objpfx)stubs ../po/manual.pot:
|
|
||||||
+ $(make-target-directory)
|
|
||||||
+ touch $@
|
|
||||||
+$(objpfx)stamp%:
|
|
||||||
$(make-target-directory)
|
|
||||||
touch $@
|
|
||||||
|
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
require eglibc.inc
|
require eglibc.inc
|
||||||
|
|
||||||
DEPENDS += "gperf-native"
|
DEPENDS += "gperf-native"
|
||||||
FILESPATHPKG =. "eglibc-svn:"
|
|
||||||
PR = "r14"
|
PR = "r14"
|
||||||
|
|
||||||
SRCREV = "14158"
|
SRCREV = "14158"
|
||||||
@@ -14,7 +13,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
|
|||||||
file://mips-rld-map-check.patch \
|
file://mips-rld-map-check.patch \
|
||||||
file://etc/ld.so.conf \
|
file://etc/ld.so.conf \
|
||||||
file://generate-supported.mk \
|
file://generate-supported.mk \
|
||||||
file://fix-for-make-3.82.diff"
|
"
|
||||||
SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch"
|
SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch"
|
||||||
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
|
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
|
||||||
B = "${WORKDIR}/build-${TARGET_SYS}"
|
B = "${WORKDIR}/build-${TARGET_SYS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user