diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-27 10:50:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-28 09:20:53 +0100 |
commit | 754d240d2cf271bc7ada8351ad8cf205e44fac13 (patch) | |
tree | e99a25115970053ccea62c30546e364fffe24bc9 /meta/recipes-core | |
parent | 72ab2866e1727c373c3c651f98b1e5b5f3d47e8f (diff) | |
download | poky-754d240d2cf271bc7ada8351ad8cf205e44fac13.tar.gz |
package.bbclass/eglibc-locale: Ensure the correct PN is used for locale packages
(From OE-Core rev: fc4b138948656d482603b80f8c8e86fdbb185df4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index 699056953d..c08e38dee0 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -2,6 +2,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
2 | LICENSE = "GPLv2 & LGPLv2.1" | 2 | LICENSE = "GPLv2 & LGPLv2.1" |
3 | 3 | ||
4 | BPN = "eglibc" | 4 | BPN = "eglibc" |
5 | LOCALEBASEPN = "eglibc" | ||
5 | 6 | ||
6 | do_fetch[noexec] = "1" | 7 | do_fetch[noexec] = "1" |
7 | do_unpack[noexec] = "1" | 8 | do_unpack[noexec] = "1" |