aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openobex
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-06-26 19:18:12 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-06-26 19:18:12 +0000
commit2fe85b7a8468403904f563aa9d5dfcfd9539826c (patch)
tree69a605bd6b2942632573c06eee0a9c9e36d3a92f /recipes/openobex
parent84efca2e2ad21d3d7cea68c0327f91aaf773eb67 (diff)
downloadopenembedded-2fe85b7a8468403904f563aa9d5dfcfd9539826c.tar.gz
many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
Diffstat (limited to 'recipes/openobex')
-rw-r--r--recipes/openobex/openobex_1.2.bb2
-rw-r--r--recipes/openobex/openobex_1.3.bb2
-rw-r--r--recipes/openobex/openobex_1.5.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openobex/openobex_1.2.bb b/recipes/openobex/openobex_1.2.bb
index 41648ca412..9ddb7a3af1 100644
--- a/recipes/openobex/openobex_1.2.bb
+++ b/recipes/openobex/openobex_1.2.bb
@@ -3,7 +3,7 @@ Object Exchange (OBEX) protocol."
HOMEPAGE = "http://openobex.triq.net"
SECTION = "libs"
PROVIDES = "openobex-apps"
-DEPENDS = "libusb bluez-libs"
+DEPENDS = "virtual/libusb0 bluez-libs"
LICENSE = "GPL"
PR = "r5"
diff --git a/recipes/openobex/openobex_1.3.bb b/recipes/openobex/openobex_1.3.bb
index 65e98e4ab1..f1c31246b6 100644
--- a/recipes/openobex/openobex_1.3.bb
+++ b/recipes/openobex/openobex_1.3.bb
@@ -3,7 +3,7 @@ Object Exchange (OBEX) protocol."
HOMEPAGE = "http://openobex.triq.net"
SECTION = "libs"
PROVIDES = "openobex-apps"
-DEPENDS = "libusb bluez-libs"
+DEPENDS = "virtual/libusb0 bluez-libs"
LICENSE = "GPL"
PR = "r0"
diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb
index e692d4c0a4..61c3708da1 100644
--- a/recipes/openobex/openobex_1.5.bb
+++ b/recipes/openobex/openobex_1.5.bb
@@ -3,7 +3,7 @@ Object Exchange (OBEX) protocol."
HOMEPAGE = "http://openobex.triq.net"
SECTION = "libs"
PROVIDES = "openobex-apps"
-DEPENDS = "libusb-compat bluez-libs"
+DEPENDS = "virtual/libusb0 bluez-libs"
LICENSE = "GPL"
PR = "r1"