diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-13 16:01:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-13 16:01:23 +0000 |
commit | 456c8e8df783247f20bb7ab0a2bc8cbc88896fda (patch) | |
tree | fc37410d405c7ad98c2e93053e0a864d895164bf /packages/angstrom | |
parent | 25478ca2ba3aade0ab77fe3a045fb86c69584cef (diff) |
angstrom-mokogateway-image: fix typo and keep up with task-base changes
Diffstat (limited to 'packages/angstrom')
-rw-r--r-- | packages/angstrom/angstrom-mokogateway-image.bb | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/packages/angstrom/angstrom-mokogateway-image.bb b/packages/angstrom/angstrom-mokogateway-image.bb index 6cf96ba8cf..624274de37 100644 --- a/packages/angstrom/angstrom-mokogateway-image.bb +++ b/packages/angstrom/angstrom-mokogateway-image.bb @@ -1,32 +1,17 @@ #Angstrom moko gateway image # tries to be a companion for openmoko based phones LICENSE = "MIT" -PR = "r1" +PR = "r2" ANGSTROM_EXTRA_INSTALL ?= "" DEPENDS = "task-base" RDEPENDS = " \ - task-base \ + task-boot \ + task-base-bluetooth \ bluez-utils \ - blue-probe \ + blueprobe \ " -RRECOMMENDS = " \ - kernel-module-bluetooth \ - kernel-module-l2cap \ - kernel-module-rfcomm \ - kernel-module-hci-vhci \ - kernel-module-bnep \ - kernel-module-hidp \ - kernel-module-hci-uart \ - kernel-module-sco \ - ${@base_contains("COMBINED_FEATURES", "usbhost", "kernel-module-hci-usb", "",d)} \ - ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluetooth3c-cs", "",d)} \ - ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluecard-cs", "",d)} \ - ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluetoothuart-cs", "",d)} \ - ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-dtl1-cs", "",d)} \ - " - export IMAGE_BASENAME = "mokogateway-image" export IMAGE_LINGUAS = "" export PACKAGE_INSTALL = "${RDEPENDS}" |