aboutsummaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/images/oh-image-extras.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/images/oh-image-extras.bb')
-rw-r--r--meta-extras/packages/images/oh-image-extras.bb31
1 files changed, 6 insertions, 25 deletions
diff --git a/meta-extras/packages/images/oh-image-extras.bb b/meta-extras/packages/images/oh-image-extras.bb
index b62774205e..d9b879683b 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"