diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-23 18:52:40 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-23 18:52:40 +0000 |
commit | d13aaf28ed9939c0d7dd7d282c8e91e709ef430a (patch) | |
tree | e4585e26e1fb37a5ad8087a9a5f1834e8aad9d86 /packages/obexftp/obexftp_0.20.bb | |
parent | 9937a368e65f87366194bb5fe516bd38a3c0969a (diff) |
obexftp: update to version 0.22
* libgsm code is now in another package
* adjust DEPENDS
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 = "" |