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>
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)}"