aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexftp/obexftp_0.20.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2007-07-06 16:21:19 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2007-07-06 16:21:19 +0000
commit4b37859e36525c4902b0f8f22c6cdc6339958171 (patch)
tree66dbf908655f25133823b696876e6159745d15ba /packages/obexftp/obexftp_0.20.bb
parent73ae52bc18f5a03690b0ba8ebf21270fb4556a67 (diff)
downloadopenembedded-4b37859e36525c4902b0f8f22c6cdc6339958171.tar.gz
obexftp needed same autotools-love because it depends on libiconv
when compiling with uclibc. iconv.patch fix the Makefile.am so it uses libiconv in linker stage obexftp_0.20.bb bump PR make depends on libiconv
Diffstat (limited to 'packages/obexftp/obexftp_0.20.bb')
-rw-r--r--packages/obexftp/obexftp_0.20.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/obexftp/obexftp_0.20.bb b/packages/obexftp/obexftp_0.20.bb
index 23e360bbae..4920ae9eff 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 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