summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-25 14:45:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-27 12:28:00 +0100
commit898fd07d7754f96432338e7a2989b0de17db8be3 (patch)
tree766ba201b347bd9303bbc1239b35b0fd7908f47b /meta/recipes-extended/sed
parentd9411412d2cc3ae13cb72227c6513202935012af (diff)
downloadpoky-898fd07d7754f96432338e7a2989b0de17db8be3.tar.gz
sed: Make locale depenencies glibc specific
Only glibc provides this base locale so make the dependency glibc specific to avoid build failures with other libcs. (From OE-Core rev: 359b756b87abc3fed1d2ef4840ba01bb0c23f368) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb
index 5da3355ee5..5aa7d8a079 100644
--- a/meta/recipes-extended/sed/sed_4.2.2.bb
+++ b/meta/recipes-extended/sed/sed_4.2.2.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf079
16 16
17inherit autotools texinfo update-alternatives gettext ptest 17inherit autotools texinfo update-alternatives gettext ptest
18RDEPENDS_${PN}-ptest += "make ${PN}" 18RDEPENDS_${PN}-ptest += "make ${PN}"
19RRECOMMENDS_${PN}-ptest += "locale-base-ru-ru" 19RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru"
20 20
21EXTRA_OECONF = "--disable-acl \ 21EXTRA_OECONF = "--disable-acl \
22 ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-regex-tests', '', d)}" 22 ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-regex-tests', '', d)}"