aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexftp
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2007-07-07 16:07:56 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2007-07-07 16:07:56 +0000
commit14e695a70d2f2eee4b94f30aaac7d6673d416a8c (patch)
tree179f673a18c3255dc2a5cf053e9d945de05fd054 /packages/obexftp
parent8606b84d1a24746ec0040705a67858abf75b1aa9 (diff)
downloadopenembedded-14e695a70d2f2eee4b94f30aaac7d6673d416a8c.tar.gz
Shame on me that I broke oe, now I will be more
carefully what is virtual and whats not same update fot obexftp but now depends on virtual/libiconv
Diffstat (limited to 'packages/obexftp')
-rw-r--r--packages/obexftp/files/iconv.patch24
-rw-r--r--packages/obexftp/obexftp_0.20.bb7
2 files changed, 28 insertions, 3 deletions
diff --git a/packages/obexftp/files/iconv.patch b/packages/obexftp/files/iconv.patch
new file mode 100644
index 0000000000..83b01a02fe
--- /dev/null
+++ b/packages/obexftp/files/iconv.patch
@@ -0,0 +1,24 @@
+--- obexftp-0.20/obexftp/Makefile.am 2007-06-27 20:33:20.000000000 +0200
++++ obexftp-0.20/obexftp/Makefile.am 2007-06-27 20:35:05.000000000 +0200
+@@ -4,12 +4,6 @@
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/includes
+
+-LDADD = @OPENOBEX_LIBS@
+-# @BLUETOOTH_LIBS@ \
+-# @USB_LIBS@ \
+-# ../multicobex/libmulticobex.la \
+-# ../bfb/libbfb.la
+-
+ obexftpincludedir = $(includedir)/obexftp
+
+ libobexftp_la_SOURCES = object.c object.h \
+@@ -23,6 +17,8 @@
+ uuid.h \
+ object.h
+
++libobexftp_la_LIBADD = @OPENOBEX_LIBS@ @LIBICONV@
++
+ libobexftp_la_LDFLAGS = -version-info $(OBEXFTP_VERSION)
+
+ EXTRA_DIST = client.i
diff --git a/packages/obexftp/obexftp_0.20.bb b/packages/obexftp/obexftp_0.20.bb
index 23e360bbae..386e83d6dc 100644
--- a/packages/obexftp/obexftp_0.20.bb
+++ b/packages/obexftp/obexftp_0.20.bb
@@ -2,11 +2,12 @@ DESCRIPTION = "OBEX Ftp Client based on openobex."
SECTION = "console/network"
HOMEPAGE = "http://openobex.triq.net"
LICENSE = "GPL"
-DEPENDS = "openobex libgsm"
-PR = "r2"
+DEPENDS = "openobex libgsm virtual/libiconv"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
- file://i-hate-libtool.patch;patch=1 \
+ file://iconv.patch;patch=1 \
+ file://i-hate-libtool.patch;patch=1 \
file://m4.patch;patch=1"
inherit autotools