]> code.ossystems Code Review - openembedded-core.git/commitdiff
sed: Make locale depenencies glibc specific
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jul 2015 13:45:26 +0000 (14:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2015 09:36:27 +0000 (10:36 +0100)
Only glibc provides this base locale so make the dependency glibc
specific to avoid build failures with other libcs.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sed/sed_4.2.2.bb

index 5da3355ee5bbd1f08167adc3b79a153884f773ca..5aa7d8a07973e5597dce104a9c581f67ff94f7a6 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf079
 
 inherit autotools texinfo update-alternatives gettext ptest
 RDEPENDS_${PN}-ptest += "make ${PN}"
-RRECOMMENDS_${PN}-ptest += "locale-base-ru-ru"
+RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru"
 
 EXTRA_OECONF = "--disable-acl \
                 ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-regex-tests', '', d)}"