aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexftp/obexftp_0.20.bb
blob: 386e83d6dc03fa251111c16ad9618fb1ad430165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "OBEX Ftp Client based on openobex."
SECTION = "console/network"
HOMEPAGE = "http://openobex.triq.net"
LICENSE = "GPL"
DEPENDS = "openobex libgsm virtual/libiconv"
PR = "r3"

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

EXTRA_OECONF = "--enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs"

PARALLEL_MAKE = ""

do_stage() {
	autotools_stage_all
}