diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-11-18 11:34:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:07 +0000 |
commit | bd4058f8514f2dae7d22f85cca81a64a4bea3689 (patch) | |
tree | 84c3306d92d8bf5e03dd8d0c38b9e26522802b4b /meta/recipes-support/apr | |
parent | 14086424d42e181cfa8916995eeb67c0fd8d342d (diff) | |
download | poky-bd4058f8514f2dae7d22f85cca81a64a4bea3689.tar.gz |
apr-util: add missing RDEPENDS for ptest
testxlate test case fails due to dependency on some character-sets.
Install them.
[YOCTO #8171]
(From OE-Core rev: 814b7589ea857806db7e3d2a09cf5f52df5afd76)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.5.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb b/meta/recipes-support/apr/apr-util_1.5.4.bb index a36f13db54..37b4c837a7 100644 --- a/meta/recipes-support/apr/apr-util_1.5.4.bb +++ b/meta/recipes-support/apr/apr-util_1.5.4.bb | |||
@@ -73,6 +73,8 @@ FILES_${PN}-staticdev += "${libdir}/apr-util-1/apr_dbm_gdbm.a" | |||
73 | 73 | ||
74 | inherit ptest | 74 | inherit ptest |
75 | 75 | ||
76 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" | ||
77 | |||
76 | do_compile_ptest() { | 78 | do_compile_ptest() { |
77 | cd ${B}/test | 79 | cd ${B}/test |
78 | oe_runmake | 80 | oe_runmake |