From: Tom Rini Date: Tue, 9 Feb 2010 23:43:45 +0000 (-0700) Subject: task-sdk-bare: Drop locale stuff, bump PR X-Git-Tag: Release-2010-05/1~528 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18a05e264eb17f69f789e113f7ee2ca7c94a05a;p=openembedded.git task-sdk-bare: Drop locale stuff, bump PR Locale stuff doesn't belong in a "bare" SDK. --- 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}"