diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2012-04-23 16:48:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-09 21:42:15 +0100 |
commit | 9407895c88e46490d0ef9bb185f73466e7204c15 (patch) | |
tree | ed78f4749d9015b49143620a6f1e15fe41f3f547 /meta/recipes-core | |
parent | 7c803cea58737ea0abc62cd21c3813d955f07224 (diff) | |
download | openembedded-core-9407895c88e46490d0ef9bb185f73466e7204c15.tar.gz openembedded-core-9407895c88e46490d0ef9bb185f73466e7204c15.tar.bz2 openembedded-core-9407895c88e46490d0ef9bb185f73466e7204c15.tar.xz openembedded-core-9407895c88e46490d0ef9bb185f73466e7204c15.zip |
libc-package.bbclass: Add MLPREFIX while dynamically set RDEPENDS
We need to add MLPREFIX when set RDEPENDS by setVar() function.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index 9d5434f65..70c5cd179 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc @@ -26,7 +26,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips" # set "0" for qemu emulation of native localedef for locale generation LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" -PR = "r20" +PR = "r21" PKGSUFFIX = "" PKGSUFFIX_virtclass-nativesdk = "-nativesdk" |