blob: c4285c5c9c9232dce94033c60443ae038371932c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "OBEX Ftp Client"
SECTION = "console/network"
LICENSE = "GPL"
PRIORITY = "optional"
DEPENDS = "openobex libgsm"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
file://m4.patch;patch=1"
inherit autotools
#EXTRA_OEMAKE = "'SUBDIRS=bfb cobexbfb cobexpe obexftp apps vmo doc'"
EXTRA_OEMAKE = "'SUBDIRS=bfb cobexbfb cobexpe obexftp apps vmo'"
|