From 85d3283d2fd79069654933817d200e6dd6d6254b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 May 2007 13:46:03 +0000 Subject: meta-extras: Various cleanups git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1825 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta-extras/packages/images/oh-image-extras.bb | 31 +++++--------------------- 1 file changed, 6 insertions(+), 25 deletions(-) (limited to 'meta-extras/packages/images/oh-image-extras.bb') diff --git a/meta-extras/packages/images/oh-image-extras.bb b/meta-extras/packages/images/oh-image-extras.bb index b62774205..d9b879683 100644 --- a/meta-extras/packages/images/oh-image-extras.bb +++ b/meta-extras/packages/images/oh-image-extras.bb @@ -1,28 +1,9 @@ -PR = "r9" +# +# Copyright (C) 2007 OpenedHand Ltd. +# -export IMAGE_BASENAME = "oh-extras" +IMAGE_FEATURES += "apps-core apps-pda" -GUI_MACHINE_CLASS ?= "none" +require poky-image.inc -XSERVER ?= "xserver-kdrive-fbdev" - -DEPENDS = "\ - task-oh \ - task-oh-extras" - -RDEPENDS = "\ - task-base \ - task-oh-boot \ - task-oh-boot-extras \ - task-oh-base \ - task-oh-standard \ - task-oh-testapps \ - task-oh-devtools \ - task-oh-extraapps \ - ${XSERVER} " - -export PACKAGE_INSTALL = "${RDEPENDS}" -#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " - -inherit image -LICENSE = MIT +IMAGE_INSTALL += "task-oh-extraapps" -- cgit v1.2.3