diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-05 21:38:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-05 21:38:48 +0000 |
commit | aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3 (patch) | |
tree | 148108bef8e4845ef46f08ceef7a3abbe7f7d6ea /meta/packages/tasks/task-poky-x11-sato.bb | |
parent | 2e38d27de07c6703bafa6c623e24cc06159914ae (diff) | |
download | openembedded-core-aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3.tar.gz openembedded-core-aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3.tar.bz2 openembedded-core-aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3.zip |
task-poky: Split task-poky-x11-sato into a separate file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4593 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky-x11-sato.bb')
-rw-r--r-- | meta/packages/tasks/task-poky-x11-sato.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-x11-sato.bb b/meta/packages/tasks/task-poky-x11-sato.bb new file mode 100644 index 0000000000..3d272c1398 --- /dev/null +++ b/meta/packages/tasks/task-poky-x11-sato.bb @@ -0,0 +1,30 @@ +# +# Copyright (C) 2007-2008 OpenedHand Ltd. +# + +DESCRIPTION = "Sato Tasks for Poky" +PR = "r28" + +PACKAGES = "\ + task-poky-x11-sato \ + task-poky-x11-sato-dbg \ + task-poky-x11-sato-dev \ + " + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +ALLOW_EMPTY = "1" + +NETWORK_MANAGER ?= "networkmanager-applet" +RDEPENDS_task-poky-x11-sato = "\ + matchbox-desktop \ + matchbox-session-sato \ + matchbox-keyboard \ + matchbox-stroke \ + matchbox-config-gtk \ + matchbox-themes-gtk \ + xcursor-transparent-theme \ + sato-icon-theme \ + settings-daemon \ + gtk-sato-engine \ + ${NETWORK_MANAGER}" |