diff options
Diffstat (limited to 'packages/obexftp/obexftp_0.20.bb')
-rw-r--r-- | packages/obexftp/obexftp_0.20.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/obexftp/obexftp_0.20.bb b/packages/obexftp/obexftp_0.20.bb index 386e83d6dc..2a0b310a49 100644 --- a/packages/obexftp/obexftp_0.20.bb +++ b/packages/obexftp/obexftp_0.20.bb @@ -2,17 +2,17 @@ DESCRIPTION = "OBEX Ftp Client based on openobex." SECTION = "console/network" HOMEPAGE = "http://openobex.triq.net" LICENSE = "GPL" -DEPENDS = "openobex libgsm virtual/libiconv" -PR = "r3" +DEPENDS = "openobex libgsm" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \ file://iconv.patch;patch=1 \ file://i-hate-libtool.patch;patch=1 \ file://m4.patch;patch=1" -inherit autotools +inherit autotools gettext -EXTRA_OECONF = "--enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs" +EXTRA_OECONF += "--enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs --disable-rpath" PARALLEL_MAKE = "" |