summaryrefslogtreecommitdiff
path: root/packages/images/gpe-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-09-01 16:57:37 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-09-01 16:57:37 +0000
commit344ad5e784560c0e88bc8c73ee6fcc2d96e1f56d (patch)
tree843a62ecd70db7072b81409f41995d16b8158ff1 /packages/images/gpe-image.bb
parent3f5c5adb8df219b69ad3a3788eee3a6384c249a0 (diff)
images: Clean up image .bb files, moving functionality to image.bbclass (LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME)
Diffstat (limited to 'packages/images/gpe-image.bb')
-rw-r--r--packages/images/gpe-image.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/images/gpe-image.bb b/packages/images/gpe-image.bb
index aa851cf68f..8cbe8a8571 100644
--- a/packages/images/gpe-image.bb
+++ b/packages/images/gpe-image.bb
@@ -1,8 +1,3 @@
-
-PR = "r22"
-
-export IMAGE_BASENAME = "gpe-image"
-
GPE_EXTRA_THEMES = "gpe-theme-industrial"
GPE_EXTRA_INSTALL_none = ""
@@ -31,9 +26,7 @@ DEPENDS = "${MACHINE_TASK_PROVIDER} \
task-gpe-games \
virtual/xserver"
-RDEPENDS = "${PACKAGE_INSTALL}"
-
-export PACKAGE_INSTALL = "\
+IMAGE_INSTALL = "\
${MACHINE_TASK_PROVIDER} \
task-gpe-base \
task-gpe-pim \
@@ -45,4 +38,3 @@ export PACKAGE_INSTALL = "\
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image
-LICENSE = "MIT"