diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-28 06:13:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 18:03:05 +0100 |
commit | 09e3e78999b0006d780d6a6dff26b23028fc1303 (patch) | |
tree | 50d11b7325b1a2bfcb81efa6fcc53550b7ce4411 /meta/recipes-core | |
parent | 573b7436accfdda51397fc97e20b26253e9c699c (diff) | |
download | poky-09e3e78999b0006d780d6a6dff26b23028fc1303.tar.gz |
recipes: Remove references to eglibc
change use of eglibc related variabled to glibc equivalents
(From OE-Core rev: fd15d6e0c8da75951a91d4467eda23c229b1026d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 22 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 |
3 files changed, 15 insertions, 15 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index bd8d74b3aa..2d81afc8f2 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -86,17 +86,17 @@ RDEPENDS_${PN}-ptest += "\ | |||
86 | " | 86 | " |
87 | 87 | ||
88 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 88 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
89 | eglibc-gconv-utf-16 \ | 89 | glibc-gconv-utf-16 \ |
90 | eglibc-charmap-utf-8 \ | 90 | glibc-charmap-utf-8 \ |
91 | eglibc-gconv-cp1255 \ | 91 | glibc-gconv-cp1255 \ |
92 | eglibc-charmap-cp1255 \ | 92 | glibc-charmap-cp1255 \ |
93 | eglibc-gconv-utf-32 \ | 93 | glibc-gconv-utf-32 \ |
94 | eglibc-gconv-utf-7 \ | 94 | glibc-gconv-utf-7 \ |
95 | eglibc-gconv-euc-jp \ | 95 | glibc-gconv-euc-jp \ |
96 | eglibc-gconv-iso8859-1 \ | 96 | glibc-gconv-iso8859-1 \ |
97 | eglibc-gconv-iso8859-15 \ | 97 | glibc-gconv-iso8859-15 \ |
98 | eglibc-charmap-invariant \ | 98 | glibc-charmap-invariant \ |
99 | eglibc-localedata-translit-cjk-variants \ | 99 | glibc-localedata-translit-cjk-variants \ |
100 | " | 100 | " |
101 | 101 | ||
102 | INSANE_SKIP_${PN}-ptest += "libdir" | 102 | INSANE_SKIP_${PN}-ptest += "libdir" |
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 92a25dcc2b..bcf9a62ded 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
@@ -29,7 +29,7 @@ inherit autotools pkgconfig binconfig-disabled pythonnative ptest | |||
29 | 29 | ||
30 | RDEPENDS_${PN}-ptest += "python-core" | 30 | RDEPENDS_${PN}-ptest += "python-core" |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest_append_libc-glibc += "eglibc-gconv-ebcdic-us eglibc-gconv-ibm1141" | 32 | RDEPENDS_${PN}-ptest_append_libc-glibc += "glibc-gconv-ebcdic-us glibc-gconv-ibm1141" |
33 | 33 | ||
34 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header | 34 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header |
35 | do_configure_prepend () { | 35 | do_configure_prepend () { |
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 8e3b917c75..f495134136 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -64,7 +64,7 @@ RRECOMMENDS_packagegroup-self-hosted-host-tools = "\ | |||
64 | kernel-module-iptable-filter \ | 64 | kernel-module-iptable-filter \ |
65 | " | 65 | " |
66 | 66 | ||
67 | # eglibc-utils: for rpcgen | 67 | # glibc-utils: for rpcgen |
68 | RDEPENDS_packagegroup-self-hosted-sdk = "\ | 68 | RDEPENDS_packagegroup-self-hosted-sdk = "\ |
69 | autoconf \ | 69 | autoconf \ |
70 | automake \ | 70 | automake \ |
@@ -75,8 +75,8 @@ RDEPENDS_packagegroup-self-hosted-sdk = "\ | |||
75 | cpp \ | 75 | cpp \ |
76 | cpp-symlinks \ | 76 | cpp-symlinks \ |
77 | distcc \ | 77 | distcc \ |
78 | eglibc-utils \ | 78 | glibc-utils \ |
79 | eglibc-gconv-ibm850 \ | 79 | glibc-gconv-ibm850 \ |
80 | file \ | 80 | file \ |
81 | findutils \ | 81 | findutils \ |
82 | g++ \ | 82 | g++ \ |