]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "eglibc: fix perl path in target scripts on fedora 17 alpha"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 21:38:14 +0000 (22:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 21:41:06 +0000 (22:41 +0100)
This reverts commit 7c95d554c431451f975e1e5d0336d1fb7d0ce7ae.

eglibc uses the PERL to execute things as well as encoding the path
in target scripts. We will therefore have to resort to sed on the scripts
at do_install time to fix the problems originally reported. This patch
causes various weird build failures and needs to be removed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.15.bb

index 66934477b6b6dcbb79e6d79e8b1a8e468fb82965..8e3fe503b8d1c9bdff360634e38551690c96ef5d 100644 (file)
@@ -54,5 +54,3 @@ do_configure_prepend() {
 GLIBC_ADDONS ?= "ports,nptl,libidn"
 SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
 GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}"
-
-CACHED_CONFIGUREVARS = "ac_cv_path_PERL=${bindir}/perl"
index c1b68449342f52c1b96a42133d2b77be041ed340..ec062610bd5f5b2f79a96e1c478173367e80e947 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "15508"
 
 DEPENDS += "gperf-native"
-PR = "r24"
+PR = "r25"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
index d52fe2de5a493b4b47dad365313f9520b9d556d3..caed9e946400a1847fd98895f62044fd84fc122f 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "17386"
 
 DEPENDS += "gperf-native"
-PR = "r4"
+PR = "r5"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_15"