dbus: dependency on x11 changed to virtual/x11; bumped PR.
authorMike Westerhof <mwester@dls.net>
Thu, 11 Sep 2008 05:29:27 +0000 (05:29 +0000)
committerMike Westerhof <mwester@dls.net>
Thu, 11 Sep 2008 05:29:27 +0000 (05:29 +0000)
packages/dbus/dbus.inc
packages/dbus/dbus_1.2.1.bb
packages/dfu-util/dfu-util_svn.bb
packages/usbpath/usbpath_svn.bb

index faf404e..b0f0299 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A message bus system for inter-process communication"
 HOMEPAGE = "http://dbus.freedesktop.org"
 SECTION = "base"
 LICENSE = "GPL"
-DEPENDS = "expat glib-2.0 virtual/libintl libsm libice libx11"
+DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11"
 
 SRC_URI = "\
   http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
index 8a4aa6d..d067dfc 100644 (file)
@@ -1,3 +1,3 @@
 include dbus.inc
 
-PR = "r4"
+PR = "r5"
index 5cb95cb..c53dc14 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 PV = "0.1+svnr${SRCREV}"
 PR = "r2"
 
-DEPENDS = "libusb usbpath"
+DEPENDS = "libusb-compat usbpath"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http"
 S = "${WORKDIR}/dfu-util"
index 0a06477..01ef343 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Convert the physical locations of a USB device to/from its number
 AUTHOR = "Werner Almesberger <werner@openmoko.org>"
 SECTION = "console/utils"
 LICENSE = "GPL"
-DEPENDS = "libusb"
+DEPENDS = "libusb-compat"
 
 PV = "0.0+svnr${SRCREV}"