diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-30 11:06:36 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-30 11:06:36 +0000 |
commit | 7f6b95d5a7c022e0e2ef4521702eab5d3a6f405e (patch) | |
tree | 5d3efdd41451d93adb0829afac7dca7b7eeb834e /meta | |
parent | 3d925f1f946ef5ee2f6d0d60c1e420b2ac268cf9 (diff) | |
download | openembedded-core-7f6b95d5a7c022e0e2ef4521702eab5d3a6f405e.tar.gz openembedded-core-7f6b95d5a7c022e0e2ef4521702eab5d3a6f405e.tar.bz2 openembedded-core-7f6b95d5a7c022e0e2ef4521702eab5d3a6f405e.zip |
Add Empathy to standard images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1820 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index e7e7a7807d..93762c97ed 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb @@ -3,7 +3,7 @@ # DESCRIPTION = "Tasks for OpenedHand Poky" -PR = "r62" +PR = "r63" PACKAGES = "\ task-oh-base \ @@ -102,6 +102,7 @@ RDEPENDS_task-oh-standard = "\ dates \ tasks \ web \ + empathy \ pcmanfm \ puzzles \ rxvt-unicode \ @@ -111,7 +112,6 @@ RDEPENDS_task-oh-standard = "\ gnome-vfs-plugin-file \ gnome-vfs-plugin-http" # matchbox-applet-inputmanager -# kf RDEPENDS_task-oh-devtools = "\ oprofile \ |