summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-27 08:57:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-28 15:12:44 +0100
commit1087a185246bbc5dac628ac9238d0ddf665ff660 (patch)
tree3bc7ee3da9077b299bba5e13dc5feb293c7d6b2b /meta/recipes-core/libxml/libxml2.inc
parent44f98bbab857155c59df5f145c762462d8ae30f9 (diff)
downloadpoky-1087a185246bbc5dac628ac9238d0ddf665ff660.tar.gz
meta: fix RDEPNEDS for the test related pkgs
Add bash, python or perl to the ptest pkgs to fix the RDEPENDS issues. (From OE-Core rev: d081a85fc76e2b7a469c6c70175ecf7aed9de053) Signed-off-by: Robert Yang <liezhi.yang@windriver.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, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 24ea66a0d8..92a25dcc2b 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -27,6 +27,8 @@ BINCONFIG = "${bindir}/xml2-config"
27 27
28inherit autotools pkgconfig binconfig-disabled pythonnative ptest 28inherit autotools pkgconfig binconfig-disabled pythonnative ptest
29 29
30RDEPENDS_${PN}-ptest += "python-core"
31
30RDEPENDS_${PN}-ptest_append_libc-glibc += "eglibc-gconv-ebcdic-us eglibc-gconv-ibm1141" 32RDEPENDS_${PN}-ptest_append_libc-glibc += "eglibc-gconv-ebcdic-us eglibc-gconv-ibm1141"
31 33
32# 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