From 6e95cb246f39e4d49d46761b9a7d51c858ac7e9d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:23 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* (From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie --- meta/recipes-sato/tasks/task-core-x11-sato.bb | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta/recipes-sato/tasks/task-core-x11-sato.bb (limited to 'meta/recipes-sato/tasks/task-core-x11-sato.bb') diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb new file mode 100644 index 0000000000..43b24d2c9c --- /dev/null +++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb @@ -0,0 +1,34 @@ +# +# Copyright (C) 2007-2008 OpenedHand Ltd. +# + +DESCRIPTION = "Sato Tasks for Poky" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r30" + +PACKAGES = "\ + task-core-x11-sato \ + task-core-x11-sato-dbg \ + task-core-x11-sato-dev \ + " + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +ALLOW_EMPTY = "1" + +NETWORK_MANAGER ?= "connman-gnome" +RDEPENDS_task-core-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 \ + gthumb \ + x11vnc \ + ${NETWORK_MANAGER}" -- cgit v1.2.3-54-g00ecf