diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-09 15:38:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-09 15:38:08 +0000 |
commit | 248c66c6e22ec9df2e8dd83ff913d42d17f358c4 (patch) | |
tree | 377b180ab56eef43eba408f92c2eb0aaa28e470f | |
parent | ab3ed2f9a787122e40a03e08982c9706060c5972 (diff) | |
download | ast2050-yocto-poky-248c66c6e22ec9df2e8dd83ff913d42d17f358c4.zip ast2050-yocto-poky-248c66c6e22ec9df2e8dd83ff913d42d17f358c4.tar.gz |
tkas-poky-sdk: Add findutils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3442 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/task-poky-sdk.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-sdk.bb b/meta/packages/tasks/task-poky-sdk.bb index e5132e0..ee39b9b 100644 --- a/meta/packages/tasks/task-poky-sdk.bb +++ b/meta/packages/tasks/task-poky-sdk.bb @@ -4,7 +4,7 @@ DESCRIPTON = "Software Development Tasks for OpenedHand Poky" DEPENDS = "task-poky" -PR = "r3" +PR = "r4" ALLOW_EMPTY = "1" #PACKAGEFUNCS =+ 'generate_sdk_pkgs' @@ -37,6 +37,7 @@ RDEPENDS_task-poky-sdk = "\ perl-module-re \ perl-module-text-wrap \ pkgconfig \ + findutils \ quilt \ less \ distcc" |