diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 14:45:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-27 12:28:00 +0100 |
commit | 898fd07d7754f96432338e7a2989b0de17db8be3 (patch) | |
tree | 766ba201b347bd9303bbc1239b35b0fd7908f47b /meta/recipes-extended/sed | |
parent | d9411412d2cc3ae13cb72227c6513202935012af (diff) | |
download | poky-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.bb | 2 |
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 | ||
17 | inherit autotools texinfo update-alternatives gettext ptest | 17 | inherit autotools texinfo update-alternatives gettext ptest |
18 | RDEPENDS_${PN}-ptest += "make ${PN}" | 18 | RDEPENDS_${PN}-ptest += "make ${PN}" |
19 | RRECOMMENDS_${PN}-ptest += "locale-base-ru-ru" | 19 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru" |
20 | 20 | ||
21 | EXTRA_OECONF = "--disable-acl \ | 21 | EXTRA_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)}" |