From ca723f8911eb1d7b1063285185251f447fe7b644 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 13 Apr 2009 10:51:41 +0200 Subject: [PATCH] obexftp: update to 0.23 --- conf/checksums.ini | 4 ++++ recipes/obexftp/obexftp_0.23.bb | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 recipes/obexftp/obexftp_0.23.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 5a4619d..60a8672 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 0000000..d3924f6 --- /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" + + -- 2.7.4