diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-04-10 18:33:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 12:12:24 +0100 |
commit | bcaea8ec9c9c333f76b368225f60d4fb54c1c7b2 (patch) | |
tree | 7cd8e329344d9f1851700faca9877d0ec3089254 /meta/recipes-core/tasks | |
parent | 546175abbac8a3c7ec4b5a4d014b05378bbb092f (diff) | |
download | openembedded-core-bcaea8ec9c9c333f76b368225f60d4fb54c1c7b2.tar.gz openembedded-core-bcaea8ec9c9c333f76b368225f60d4fb54c1c7b2.tar.bz2 openembedded-core-bcaea8ec9c9c333f76b368225f60d4fb54c1c7b2.zip |
tclibc-eglibc.inc: make locale packages dependency conditional
Only add locale package dependencies if the eglibc is configured
with locale support.
This avoids dependencies issues for distros such as poky-tiny
[RP: Add PR bump]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r-- | meta/recipes-core/tasks/task-core-standalone-sdk-target.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb index 3835ac7d6a..03628a167d 100644 --- a/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb +++ b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Target packages for the standalone SDK" -PR = "r6" +PR = "r7" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |