]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-sdk: RRECOMMEND glibc binary locale package
authorRichard Purdie <richard@openedhand.com>
Mon, 18 Jun 2007 07:56:53 +0000 (07:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 18 Jun 2007 07:56:53 +0000 (07:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1964 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-sdk.bb

index 5ce8772a1fe11d3ca59445166e260d2d44e12ed1..e1fa8745836f21cadf8cddc948f663c63ddd5ca7 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "SDK packages"
-PR = "r12"
+PR = "r15"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -19,3 +19,7 @@ RDEPENDS_task-sdk-bare = "\
     libgcc \
     libstdc++ \
     "
+
+RRECOMMENDS_task-sdk-bare = "\
+    glibc-binary-localedata-en-gb \
+    "
\ No newline at end of file