diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-02-09 16:43:45 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-02-09 16:43:45 -0700 |
commit | f18a05e264eb17f69f789e113f7ee2ca7c94a05a (patch) | |
tree | dfbeadb3f11db548ad5350665b24f16024994421 | |
parent | 62e5e4c7a6daed5e4250ca42613befc1b7f3a207 (diff) |
task-sdk-bare: Drop locale stuff, bump PR
Locale stuff doesn't belong in a "bare" SDK.
-rw-r--r-- | recipes/tasks/task-sdk-bare.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/tasks/task-sdk-bare.bb b/recipes/tasks/task-sdk-bare.bb index f86cc9d81d..5a43fed9b0 100644 --- a/recipes/tasks/task-sdk-bare.bb +++ b/recipes/tasks/task-sdk-bare.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Packages for a standalone SDK or external toolchain" LICENSE = "MIT" ALLOW_EMPTY = "1" - +PR = "r1" PACKAGES = "${PN}" @@ -12,13 +12,7 @@ GLIBC_PKGS = "\ glibc-utils \ libsegfault \ glibc-thread-db \ - glibc-localedata-i18n \ - glibc-gconv-ibm850 \ - glibc-gconv-cp1252 \ - glibc-gconv-iso8859-1 \ - glibc-gconv-iso8859-15 \ - locale-base-en-gb \ - " +" LIBC_PKGS_linux = "${GLIBC_PKGS}" LIBC_PKGS_linux-gnueabi = "${GLIBC_PKGS}" |