diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 12:08:48 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 12:08:48 +0200 |
commit | cb429c4b7ae91b538603e771685aa39f020a5b6e (patch) | |
tree | 0e6c8d8311be15ba308c8c882b84bce5a23ae006 /recipes | |
parent | 079c832e0088566d0762779868b622e71626cf44 (diff) |
obexftp: version 0.23 compiles fine against bluez-libs 3.x. Relax DEPENDS accordingly.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/obexftp/obexftp_0.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb index d3924f6039..037fbbfa67 100644 --- a/recipes/obexftp/obexftp_0.23.bb +++ b/recipes/obexftp/obexftp_0.23.bb @@ -2,7 +2,7 @@ DESCRIPTION = "OBEX Ftp Client based on openobex." SECTION = "console/network" HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp" LICENSE = "GPL" -DEPENDS = "openobex bluez4 libusb-compat virtual/libiconv" +DEPENDS = "openobex bluez-libs libusb-compat virtual/libiconv" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \ " |