summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-08-28 06:13:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-01 18:03:05 +0100
commit09e3e78999b0006d780d6a6dff26b23028fc1303 (patch)
tree50d11b7325b1a2bfcb81efa6fcc53550b7ce4411 /meta/recipes-core/libxml/libxml2.inc
parent573b7436accfdda51397fc97e20b26253e9c699c (diff)
downloadpoky-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/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc2
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
29 29
30RDEPENDS_${PN}-ptest += "python-core" 30RDEPENDS_${PN}-ptest += "python-core"
31 31
32RDEPENDS_${PN}-ptest_append_libc-glibc += "eglibc-gconv-ebcdic-us eglibc-gconv-ibm1141" 32RDEPENDS_${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
35do_configure_prepend () { 35do_configure_prepend () {