summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.17.bb
diff options
context:
space:
mode:
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