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:00:31 +0100 |
commit | fd15d6e0c8da75951a91d4467eda23c229b1026d (patch) | |
tree | 49eec83225482bebc2780658497bf28816526eee /meta/recipes-core/libxml | |
parent | ddc8e7394051c6a2a9cfdab6a9cd39699b7d61a7 (diff) | |
download | openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.tar.gz openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.tar.bz2 openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.zip |
recipes: Remove references to eglibc
change use of eglibc related variabled to glibc equivalents
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 RDEPENDS_${PN}-ptest += "python-core" -RDEPENDS_${PN}-ptest_append_libc-glibc += "eglibc-gconv-ebcdic-us eglibc-gconv-ibm1141" +RDEPENDS_${PN}-ptest_append_libc-glibc += "glibc-gconv-ebcdic-us glibc-gconv-ibm1141" # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header do_configure_prepend () { |