summaryrefslogtreecommitdiff
path: root/packages/angstrom/angstrom-mokogateway-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/angstrom/angstrom-mokogateway-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/angstrom/angstrom-mokogateway-image.bb')
-rw-r--r--packages/angstrom/angstrom-mokogateway-image.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/angstrom/angstrom-mokogateway-image.bb b/packages/angstrom/angstrom-mokogateway-image.bb
index 624274de37..a8c59f2075 100644
--- a/packages/angstrom/angstrom-mokogateway-image.bb
+++ b/packages/angstrom/angstrom-mokogateway-image.bb
@@ -1,20 +1,17 @@
#Angstrom moko gateway image
# tries to be a companion for openmoko based phones
-LICENSE = "MIT"
-PR = "r2"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base"
-RDEPENDS = " \
+IMAGE_INSTALL = " \
task-boot \
task-base-bluetooth \
bluez-utils \
blueprobe \
"
export IMAGE_BASENAME = "mokogateway-image"
-export IMAGE_LINGUAS = ""
-export PACKAGE_INSTALL = "${RDEPENDS}"
+IMAGE_LINGUAS = ""
inherit image