[oe-commits] Tom Rini : task-sdk-bare: Drop locale stuff, bump PR

git version control git at git.openembedded.org
Wed Feb 10 06:46:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f18a05e264eb17f69f789e113f7ee2ca7c94a05a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f18a05e264eb17f69f789e113f7ee2ca7c94a05a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Feb  9 16:43:45 2010 -0700

task-sdk-bare: Drop locale stuff, bump PR

Locale stuff doesn't belong in a "bare" SDK.

---

 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 f86cc9d..5a43fed 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}"





More information about the Openembedded-commits mailing list