diff options
Diffstat (limited to 'meta/recipes-sato/tasks/task-poky-x11-sato.bb')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-x11-sato.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-poky-x11-sato.bb new file mode 100644 index 0000000000..1b344edb54 --- /dev/null +++ b/meta/recipes-sato/tasks/task-poky-x11-sato.bb @@ -0,0 +1,30 @@ +# +# Copyright (C) 2007-2008 OpenedHand Ltd. +# + +DESCRIPTION = "Sato Tasks for Poky" +LICENSE = "MIT" +PR = "r29" + +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 \ + xcursor-transparent-theme \ + sato-icon-theme \ + settings-daemon \ + gtk-sato-engine \ + ${NETWORK_MANAGER}" |