diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-06 14:35:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-06 14:35:14 +0000 |
commit | 71f93951ee7fb92ee413812a8eb010e48de98ba8 (patch) | |
tree | 926f1081dcf91e314743b974d74fda94c24f2830 /meta/packages/tasks | |
parent | be886a8b1b09dfbc43cc9039fe8f448a1fe5e284 (diff) | |
download | openembedded-core-71f93951ee7fb92ee413812a8eb010e48de98ba8.tar.gz openembedded-core-71f93951ee7fb92ee413812a8eb010e48de98ba8.tar.bz2 openembedded-core-71f93951ee7fb92ee413812a8eb010e48de98ba8.zip |
task-poky-standalone-sdk-target: Drop uclibc-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4443 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-sdk-target.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-sdk-target.bb index b96a21be8b..e9384f5ecd 100644 --- a/meta/packages/tasks/task-poky-standalone-sdk-target.bb +++ b/meta/packages/tasks/task-poky-standalone-sdk-target.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Target packages for the standalone SDK" -PR = "r3" +PR = "r4" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -32,7 +32,6 @@ UCLIBC_DEPENDENCIES = "\ uclibc \ uclibc-dbg \ uclibc-dev \ - uclibc-utils \ uclibc-thread-db \ " |