obexftp: add 0.19 (openobex 1.1 and later), remove 0.10.3 (openobex 1.0)
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Mar 2006 14:44:26 +0000 (14:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 27 Mar 2006 14:44:26 +0000 (14:44 +0000)
packages/obexftp/files/.mtn2git_empty [moved from packages/obexftp/obexftp-0.10.3/.mtn2git_empty with 100% similarity]
packages/obexftp/files/m4.patch [moved from packages/obexftp/obexftp-0.10.3/m4.patch with 100% similarity]
packages/obexftp/obexftp_0.10.3.bb [deleted file]
packages/obexftp/obexftp_0.19.bb [new file with mode: 0644]

diff --git a/packages/obexftp/obexftp_0.10.3.bb b/packages/obexftp/obexftp_0.10.3.bb
deleted file mode 100644 (file)
index c4285c5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "OBEX Ftp Client"
-SECTION = "console/network"
-LICENSE = "GPL"
-PRIORITY = "optional"
-DEPENDS = "openobex libgsm"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
-          file://m4.patch;patch=1"
-
-inherit autotools 
-
-#EXTRA_OEMAKE = "'SUBDIRS=bfb cobexbfb cobexpe obexftp apps vmo doc'"
-EXTRA_OEMAKE = "'SUBDIRS=bfb cobexbfb cobexpe obexftp apps vmo'"
diff --git a/packages/obexftp/obexftp_0.19.bb b/packages/obexftp/obexftp_0.19.bb
new file mode 100644 (file)
index 0000000..e5479c1
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "OBEX Ftp Client based on openobex."
+SECTION = "console/network"
+HOMEPAGE = "http://openobex.triq.net"
+LICENSE = "GPL"
+DEPENDS = "openobex libgsm"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
+          file://m4.patch;patch=1"
+
+inherit autotools 
+
+EXTRA_OECONF = " --enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs"
+
+do_stage() {
+       autotools_stage_all
+}
+