]> code.ossystems Code Review - openembedded-core.git/commit
bash: ptest dependency on locale should honor virtual/libc-locale
authorDenys Dmytriyenko <denys@ti.com>
Tue, 9 Jan 2018 19:04:25 +0000 (14:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jan 2018 08:43:55 +0000 (08:43 +0000)
commit6454c610eb6565360d29334f5f19845758dbf2c6
tree3dd1de803ce20b3bdd9bc0f129e391173ebcb70e
parent0341a3c44e511d3246096edd3009432805e57b89
bash: ptest dependency on locale should honor virtual/libc-locale

meta/conf/distro/include/tclibc-glibc.inc weakly assigns PREFERRED_PROVIDER
for virtual/libc-locale to glibc-locale, but allows adjusting it if needed.
Hence, bash should not depend on glibc-locale directly, but instead use this
virtual/libc-locale variable.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash.inc