diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-13 10:51:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-13 10:51:41 +0200 |
commit | ca723f8911eb1d7b1063285185251f447fe7b644 (patch) | |
tree | 1c13bb9e0d4053e1216e4f57428ec1aa57ad8129 /recipes/obexftp | |
parent | d2282642aead997d49da131c9e988addc6b9ac42 (diff) |
obexftp: update to 0.23
Diffstat (limited to 'recipes/obexftp')
-rw-r--r-- | recipes/obexftp/obexftp_0.23.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb new file mode 100644 index 0000000000..d3924f6039 --- /dev/null +++ b/recipes/obexftp/obexftp_0.23.bb @@ -0,0 +1,27 @@ +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" + +SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \ + " + +inherit autotools_stage +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +EXTRA_OECONF += "--enable-bluetooth \ + --disable-swig \ + --disable-perl \ + --disable-python \ + --disable-tcl \ + --disable-ruby \ + --disable-builddocs \ + --disable-rpath \ + " + +PARALLEL_MAKE = "" + +LEAD_SONAME = "libobexftp.so" + + |