diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 15:49:25 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 15:49:25 +0100 |
commit | f1dc5457a0352369f41989ae58647f5b9e7e6b43 (patch) | |
tree | e2a7c702628ae948c7cfa7f734b33b4cd61e2ee2 | |
parent | 12e94253b38df288fa92d38cbc51f360a684e3b4 (diff) |
openobex: relax dependency from bluez4 to generic bluez-libs
-rw-r--r-- | recipes/openobex/openobex_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb index faa6c066ec..e692d4c0a4 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 bluez4" +DEPENDS = "libusb-compat bluez-libs" LICENSE = "GPL" PR = "r1" |