diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:05 +0000 |
commit | 23e50d487da3e92df18a325a92d787f834a44570 (patch) | |
tree | bdc48db2d79e0221b6d271df2c7ddb958f3b103b /meta-extras/packages/tasks | |
parent | db0b57e5620f51c7e8ccc94044f926ed5e025400 (diff) | |
download | poky-23e50d487da3e92df18a325a92d787f834a44570.tar.gz |
poky-extras: Update extras task and image with recent poky changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@968 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/tasks')
-rw-r--r-- | meta-extras/packages/tasks/task-oh-extras.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-extras/packages/tasks/task-oh-extras.bb b/meta-extras/packages/tasks/task-oh-extras.bb new file mode 100644 index 0000000000..fc2a3e0906 --- /dev/null +++ b/meta-extras/packages/tasks/task-oh-extras.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | PACKAGES = "task-oh-extraapps" | ||
2 | DESCRIPTION = "Extras Tasks for OpenedHand Poky" | ||
3 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | ||
4 | PR = "r0" | ||
5 | |||
6 | ALLOW_EMPTY = "1" | ||
7 | |||
8 | RDEPENDS_task-oh-extraapps = "\ | ||
9 | madplay \ | ||
10 | maemo-mapper-nohildon \ | ||
11 | mc" | ||