obexftp: remove 0.19, fix 0.20
authorMichael Lauer <mickey@vanille-media.de>
Sun, 21 May 2006 21:08:27 +0000 (21:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 May 2006 21:08:27 +0000 (21:08 +0000)
packages/obexftp/files/i-hate-libtool.patch [new file with mode: 0644]
packages/obexftp/obexftp_0.19.bb [deleted file]

diff --git a/packages/obexftp/files/i-hate-libtool.patch b/packages/obexftp/files/i-hate-libtool.patch
new file mode 100644 (file)
index 0000000..1e31ac4
--- /dev/null
@@ -0,0 +1,20 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- obexftp-0.20/apps/Makefile.am~i-hate-libtool
++++ obexftp-0.20/apps/Makefile.am
+@@ -9,9 +9,9 @@
+ LDADD =                               ../obexftp/libobexftp.la \
+                               ../multicobex/libmulticobex.la \
+                               ../bfb/libbfb.la \
+-                              @OPENOBEX_LIBS@
+-#                             @BLUETOOTH_LIBS@
+-#                             @USB_LIBS@
++                              @OPENOBEX_LIBS@ \
++                              @BLUETOOTH_LIBS@
++#                             @USB_LIBS@
+ # need on win32:
+ # getopt.o getopt1.o libopenobex.a libwsock32.a
diff --git a/packages/obexftp/obexftp_0.19.bb b/packages/obexftp/obexftp_0.19.bb
deleted file mode 100644 (file)
index e5479c1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}
-