aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2010-09-15 19:44:53 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-16 07:30:33 -0700
commit374bb910fb55fcdb5a2a180f1ba20b8cd780e297 (patch)
tree4d517f678868bd7ce8103d57bb1f3f9318c7772a /recipes/eglibc/eglibc_2.12.bb
parent054bc115a97f9ce163ff840fec6c3933ebb8b5e1 (diff)
downloadopenembedded-374bb910fb55fcdb5a2a180f1ba20b8cd780e297.tar.gz
eglibc: Update recipe for all version
* Included sh4_set_fpscr.patch and sh4_set_fpscr_2.12.patch. These patch provides patch of __set_fpscr prototype. * Included sh4_local-fpscr_values.patch. This provides a patch maintaining __fpscr_values in libc. This is taken in in Debian and codesourcery already. This patch is necessary to have compatibility in these and openemdedded. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_2.12.bb')
-rw-r--r--recipes/eglibc/eglibc_2.12.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.12.bb b/recipes/eglibc/eglibc_2.12.bb
index 0d08c561ea..fce0bdd806 100644
--- a/recipes/eglibc/eglibc_2.12.bb
+++ b/recipes/eglibc/eglibc_2.12.bb
@@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1"
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
PV = "2.12"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
PR_append = "+svnr${SRCPV}"
SRCREV="11306"
EGLIBC_BRANCH="eglibc-2_12"
@@ -12,6 +12,8 @@ SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \
file://eglibc-svn-arm-lowlevellock-include-tls.patch \
file://IO-acquire-lock-fix.patch \
file://shorten-build-commands.patch \
+ file://sh4_set_fpscr_2.12.patch \
+ file://sh4_local-fpscr_values.patch \
file://etc/ld.so.conf \
file://generate-supported.mk"
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"