diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:39:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:39:14 +0000 |
commit | b50f52ea84fac8ad1ca6400e4ed3f810951c639f (patch) | |
tree | 925b5eb30a7169ff8b63c2c379905b0afc0342fc /packages/angstrom/angstrom-mokogateway-image.bb | |
parent | 681e51f408724d742156b3bf6e083cc30f5b9160 (diff) |
angstrom images: rename, it's safe now since reenoo stopped sending me hatemail
Diffstat (limited to 'packages/angstrom/angstrom-mokogateway-image.bb')
-rw-r--r-- | packages/angstrom/angstrom-mokogateway-image.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/angstrom/angstrom-mokogateway-image.bb b/packages/angstrom/angstrom-mokogateway-image.bb deleted file mode 100644 index a8c59f2075..0000000000 --- a/packages/angstrom/angstrom-mokogateway-image.bb +++ /dev/null @@ -1,17 +0,0 @@ -#Angstrom moko gateway image -# tries to be a companion for openmoko based phones - -ANGSTROM_EXTRA_INSTALL ?= "" - -DEPENDS = "task-base" -IMAGE_INSTALL = " \ - task-boot \ - task-base-bluetooth \ - bluez-utils \ - blueprobe \ - " -export IMAGE_BASENAME = "mokogateway-image" -IMAGE_LINGUAS = "" - -inherit image - |