summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.17.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-22 18:38:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-28 12:29:31 +0000
commitaf6d093fb30a9449434443b9dc1e452611c409ea (patch)
tree5bbd7b8c9eec24179b7161474352ad24053908da /meta/recipes-core/eglibc/eglibc_2.17.bb
parent482a933ac94da1475b8f9d99e1efed41c81df9e5 (diff)
downloadpoky-af6d093fb30a9449434443b9dc1e452611c409ea.tar.gz
eglibc: Backport upstream 2.17 patches
These two patches has been applied to eglibc 2.17 branch since we created our snapshot. (From OE-Core rev: 4fdec58c979bb9715a8ab92344ad05110aa57cc6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.17.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.17.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.17.bb b/meta/recipes-core/eglibc/eglibc_2.17.bb
index f474a783a6..c1cae4f214 100644
--- a/meta/recipes-core/eglibc/eglibc_2.17.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.17.bb
@@ -1,5 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3PR = "r1"
4
3DEPENDS += "gperf-native kconfig-frontends-native" 5DEPENDS += "gperf-native kconfig-frontends-native"
4 6
5SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr22064.tar.bz2 \ 7SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr22064.tar.bz2 \
@@ -26,7 +28,13 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr22
26 file://tzselect-awk.patch \ 28 file://tzselect-awk.patch \
27 file://0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch \ 29 file://0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch \
28 file://fix-tibetian-locales.patch \ 30 file://fix-tibetian-locales.patch \
31 ${BACKPORTS} \
32 "
33BACKPORTS = "\
34 file://eglibc-2.17/eglibc-2.17-r22178.patch \
35 file://eglibc-2.17/eglibc-2.17-PR15003-r22243.patch \
29 " 36 "
37
30SRC_URI[md5sum] = "1464af54779c2c7d1078df9ce2e41791" 38SRC_URI[md5sum] = "1464af54779c2c7d1078df9ce2e41791"
31SRC_URI[sha256sum] = "97c3991a3772f513cf704841d20c275ac48895fad2e27802dda557c0196cba6b" 39SRC_URI[sha256sum] = "97c3991a3772f513cf704841d20c275ac48895fad2e27802dda557c0196cba6b"
32 40