aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-09-10 01:10:00 +0000
committerMike Westerhof <mwester@dls.net>2008-09-10 01:10:00 +0000
commit3590aa146e43b8c91d49dc2eeefe9a9c06821f8d (patch)
tree87e53a4cdc03f58c99ecca79d346e4e40aab96e7 /packages/tasks
parenta7011ae6cdb0e9feb54a78a4a28539a4d1b48f83 (diff)
downloadopenembedded-3590aa146e43b8c91d49dc2eeefe9a9c06821f8d.tar.gz
SlugOS: package feeds - subsume nas package; demote netatalk; remove
openocd and dfu-util due to libusb conflicts (temporary, until that conflict can be resolved satisfactorily).
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-mokogateway.bb15
1 files changed, 11 insertions, 4 deletions
diff --git a/packages/tasks/task-mokogateway.bb b/packages/tasks/task-mokogateway.bb
index 3df3f1fd03..1575b41780 100644
--- a/packages/tasks/task-mokogateway.bb
+++ b/packages/tasks/task-mokogateway.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "MokoGateway: Tasks for a companion server for the Openmoko Linux Distribution"
LICENSE = "MIT"
PROVIDES = "task-mokogateway-everything"
-PR = "r4"
+PR = "r5"
inherit task
@@ -73,9 +73,16 @@ RRECOMMENDS_task-mokogateway-wifi = "\
DESCRIPTION_task-mokogateway-debug = "MokoGateway: Debug"
RDEPENDS_task-mokogateway-debug = "\
- dfu-util \
- openocd \
"
+# The following packages are broken -- victims of libusb confusion.
+# These packages depend upon libusb, which provides libusb.a -- however
+# everything else depends upon libusb-compat, which also provides libusb.a
+# (this includes bluez-*, usbutils-*, hal-*, libhal-*, etc). The wrong
+# libusb.a is staged for at least somebody. The hacky solution right now
+# is to not build these two utils, as they are the only ones in common use
+# that DEPEND upon libusb. This needs to be fixed in a better way, but this
+# will, at least, get the feeds working again.
+# dfu-util \
+# openocd \
RRECOMMENDS_task-mokogateway-debug = "\
"
-