task-sdk-bare: Drop locale stuff, bump PR
authorTom Rini <tom_rini@mentor.com>
Tue, 9 Feb 2010 23:43:45 +0000 (16:43 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 9 Feb 2010 23:43:45 +0000 (16:43 -0700)
Locale stuff doesn't belong in a "bare" SDK.

recipes/tasks/task-sdk-bare.bb

index f86cc9d..5a43fed 100644 (file)
@@ -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}"