[oe-commits] org.oe.dev task-mokogateway, mokoslug: Separate out task-base from task-mokogateway, so mokogateway can be used on other distro's that don't have a pure task-base.

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Mar 10 03:23:26 UTC 2007


task-mokogateway, mokoslug: Separate out task-base from task-mokogateway, so mokogateway can be used on other distro's that don't have a pure task-base.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 3e3489e64fda8ae164064abcaaa216c7a20641e1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3e3489e64fda8ae164064abcaaa216c7a20641e1
Files:
1
conf/distro/mokoslug.conf
packages/tasks/task-mokogateway.bb
Diffs:

#
# mt diff -ra85dec2af30344ec392ccfdaf29ce421006043cf -r3e3489e64fda8ae164064abcaaa216c7a20641e1
#
# 
# 
# patch "conf/distro/mokoslug.conf"
#  from [be96df52787bd8bd71821c923ba8c8d94003bf7e]
#    to [99fa9135c03244a264f144129d742aab22889223]
# 
# patch "packages/tasks/task-mokogateway.bb"
#  from [99996fab58e35651e9443f214cc329340554a2ac]
#    to [faa373808bcc38dbd2497c6343e474ef4377aeb0]
# 
============================================================
--- conf/distro/mokoslug.conf	be96df52787bd8bd71821c923ba8c8d94003bf7e
+++ conf/distro/mokoslug.conf	99fa9135c03244a264f144129d742aab22889223
@@ -14,7 +14,7 @@ DISTRO_TYPE = "debug"
 DISTRO_REVISION = "1"
 DISTRO_TYPE = "debug"
 
-MACHINE_TASK_PROVIDER = "task-mokogateway-everything"
+MACHINE_TASK_PROVIDER = "task-base task-mokogateway-everything"
 
 # Even though the NSLU2 does not have built-in bluetooth,
 # we assume that a MokoSlug gateway has a bluetooth dongle.
============================================================
--- packages/tasks/task-mokogateway.bb	99996fab58e35651e9443f214cc329340554a2ac
+++ packages/tasks/task-mokogateway.bb	faa373808bcc38dbd2497c6343e474ef4377aeb0
@@ -1,28 +1,23 @@ PROVIDES = "task-mokogateway-everything"
 DESCRIPTION = "MokoGateway: Tasks for a companion server for the OpenMoko Linux Distribution"
 ALLOW_EMPTY = "1"
 PACKAGE_ARCH = "all"
 LICENSE = "MIT"
 PROVIDES = "task-mokogateway-everything"
+PR = "1"
 
 PACKAGES = "\
 	task-mokogateway-everything \
-	${BASE_PACKAGES} \
+	${MOKOGATEWAY_PACKAGES} \
 "
 
-BASE_PACKAGES = "\
-	task-mokogateway-base \
+MOKOGATEWAY_PACKAGES = "\
 	task-mokogateway-usbnet \
 	task-mokogateway-bluetooth \
 	task-mokogateway-wifi \
 "
 
-RDEPENDS_task-mokogateway-everything = "${BASE_PACKAGES}"
+RDEPENDS_task-mokogateway-everything = "${MOKOGATEWAY_PACKAGES}"
 
-DESCRIPTION_task-mokogateway-base = "MokoGateway: Base"
-RDEPENDS_task-mokogateway-base = "\
-	task-base \
-"
-
 DESCRIPTION_task-mokogateway-usbnet = "MokoGateway: USB Networking"
 RDEPENDS_task-mokogateway-usbnet = "\
 "






More information about the Openembedded-commits mailing list