diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-27 13:29:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-27 13:29:11 +0000 |
commit | a0dd489bd63c73f63340c02a358ce5180020ab6b (patch) | |
tree | d5243622bfe644db473a96eb180db4f9969f526c | |
parent | 3d36dc7dd031a2180d91ca5ae1d07e4e6948a79e (diff) | |
download | openembedded-core-a0dd489bd63c73f63340c02a358ce5180020ab6b.tar.gz openembedded-core-a0dd489bd63c73f63340c02a358ce5180020ab6b.tar.bz2 openembedded-core-a0dd489bd63c73f63340c02a358ce5180020ab6b.zip |
task-oh-extras -> task-poky-extras rename
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2032 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta-extras/packages/tasks/task-poky-extras.bb (renamed from meta-extras/packages/tasks/task-oh-extras.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-extras/packages/tasks/task-oh-extras.bb b/meta-extras/packages/tasks/task-poky-extras.bb index c9ad02cb5b..c983beda97 100644 --- a/meta-extras/packages/tasks/task-oh-extras.bb +++ b/meta-extras/packages/tasks/task-poky-extras.bb @@ -1,10 +1,9 @@ -PACKAGES = "task-oh-extraapps" +PACKAGES = "task-poky-extraapps" DESCRIPTION = "Extras Tasks for OpenedHand Poky" -PR = "r0" ALLOW_EMPTY = "1" -RDEPENDS_task-oh-extraapps = "\ +RDEPENDS_task-poky-extraapps = "\ madplay \ maemo-mapper-nohildon \ mc" |