diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:30 +0100 |
commit | 560b04181d8f51d189b99f01a72f17210dadf7a3 (patch) | |
tree | 8114c4d01ec6519fd278d733a59036b6a58c7215 /meta/recipes-sato/tasks/task-poky-x11-sato.bb | |
parent | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff) | |
download | openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.bz2 openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.xz openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.zip |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/tasks/task-poky-x11-sato.bb')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-x11-sato.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-poky-x11-sato.bb deleted file mode 100644 index c10a32a45..000000000 --- a/meta/recipes-sato/tasks/task-poky-x11-sato.bb +++ /dev/null @@ -1,34 +0,0 @@ -# -# 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-poky-x11-sato \ - task-poky-x11-sato-dbg \ - task-poky-x11-sato-dev \ - " - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -ALLOW_EMPTY = "1" - -NETWORK_MANAGER ?= "connman-gnome" -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 \ - gthumb \ - x11vnc \ - ${NETWORK_MANAGER}" |