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-poky.bb | 73 ------------------------------------ 1 file changed, 73 deletions(-) delete mode 100644 meta/recipes-sato/tasks/task-poky.bb (limited to 'meta/recipes-sato/tasks/task-poky.bb') diff --git a/meta/recipes-sato/tasks/task-poky.bb b/meta/recipes-sato/tasks/task-poky.bb deleted file mode 100644 index 4f7bc3d31e..0000000000 --- a/meta/recipes-sato/tasks/task-poky.bb +++ /dev/null @@ -1,73 +0,0 @@ -# -# Copyright (C) 2007-2008 OpenedHand Ltd. -# - -DESCRIPTION = "Tasks for OpenedHand Poky" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r34" - -PACKAGES = "\ - task-poky-apps-console \ - task-poky-apps-console-dbg \ - task-poky-apps-console-dev \ - task-poky-apps-x11-core \ - task-poky-apps-x11-core-dbg \ - task-poky-apps-x11-core-dev \ - task-poky-apps-x11-games \ - task-poky-apps-x11-games-dbg \ - task-poky-apps-x11-games-dev \ - task-poky-x11-base \ - task-poky-x11-base-dbg \ - task-poky-x11-base-dev \ - " - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -XSERVER ?= "xserver-kdrive-fbdev" - -ALLOW_EMPTY = "1" - -SPLASH ?= "psplash" - -# pcmanfm doesn't work on mips/powerpc -FILEMANAGER ?= "pcmanfm" -FILEMANAGER_mips ?= "" - -RDEPENDS_task-poky-apps-console = "\ - avahi-daemon \ - dbus \ - portmap \ - ${SPLASH}" - - -RDEPENDS_task-poky-x11-base = "\ - dbus \ - pointercal \ - matchbox-wm \ - matchbox-keyboard \ - matchbox-keyboard-applet \ - matchbox-keyboard-im \ - matchbox-panel-2 \ - matchbox-desktop \ - matchbox-session \ - ${XSERVER} \ - x11-common \ - xserver-nodm-init \ - liberation-fonts \ - xauth \ - xhost \ - xset \ - xrandr" - - -RDEPENDS_task-poky-apps-x11-core = "\ - leafpad \ - ${FILEMANAGER} \ - matchbox-terminal \ - screenshot" - - -RDEPENDS_task-poky-apps-x11-games = "\ - oh-puzzles" -- cgit v1.2.3-54-g00ecf