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 | |
parent | d2282642aead997d49da131c9e988addc6b9ac42 (diff) |
obexftp: update to 0.23
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/obexftp/obexftp_0.23.bb | 27 |
2 files changed, 31 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 5a4619dcbc..60a86725cd 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -17170,6 +17170,10 @@ sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877 md5=d167cfdea244e3a5f973a7b16864419c sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877 +[http://downloads.sourceforge.net/openobex/obexftp-0.23.tar.bz2] +md5=f20762061b68bc921e80be4aebc349eb +sha256=44a74ff288d38c0f75354d6bc2efe7d6dec10112eaff2e7b10e292b0d2105b36 + [http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz] md5=edb66ba97fe6c84b6160c670c4bcdea8 sha256=341c6865aa392b6cf056e1bd9cda53d2f31a942460087ad22d6f6dc91bb0bd0e 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" + + |