[oe-commits] org.oe.dev angstrom-mokogateway-image: fix typo and keep up with task-base changes

koen commit openembedded-commits at lists.openembedded.org
Fri Apr 13 15:56:50 UTC 2007


angstrom-mokogateway-image: fix typo and keep up with task-base changes

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 579afa68259545f2b12ce4fc796b7b6a43b227b5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=579afa68259545f2b12ce4fc796b7b6a43b227b5
Files:
1
packages/angstrom/angstrom-mokogateway-image.bb
Diffs:

#
# mt diff -r5433523ac0eed69ce5f1084dfd45bf4ff4a8622c -r579afa68259545f2b12ce4fc796b7b6a43b227b5
#
# 
# 
# patch "packages/angstrom/angstrom-mokogateway-image.bb"
#  from [16988dcd952395b851321d1011c0025139dba5fd]
#    to [392588d433be0b9582d92f0f4db2cf01a9e967f3]
# 
============================================================
--- packages/angstrom/angstrom-mokogateway-image.bb	16988dcd952395b851321d1011c0025139dba5fd
+++ packages/angstrom/angstrom-mokogateway-image.bb	392588d433be0b9582d92f0f4db2cf01a9e967f3
@@ -1,32 +1,17 @@ LICENSE = "MIT"
 #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}"






More information about the Openembedded-commits mailing list