diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 09:57:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 09:57:45 +0100 |
commit | 38e17878401ef8bec46bc3eba1733e9c3d4293bc (patch) | |
tree | 903a308af888422209100fb9b28a4aa73a82cf2b /package/obexftp/Makefile | |
parent | 3538066907a0ce9b3f357d7eded0c725314525da (diff) |
rework bluetooth apps, move to misc,disable broken ones, after bluez5 update
Diffstat (limited to 'package/obexftp/Makefile')
-rw-r--r-- | package/obexftp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile index e70519cc6..828d73871 100644 --- a/package/obexftp/Makefile +++ b/package/obexftp/Makefile @@ -7,9 +7,9 @@ PKG_NAME:= obexftp PKG_VERSION:= 0.23 PKG_RELEASE:= 4 PKG_MD5SUM:= f20762061b68bc921e80be4aebc349eb -PKG_DESCR:= bluetooth ftp application -PKG_SECTION:= bluetooth -PKG_DEPENDS:= openobex libobexftp libbluetooth +PKG_DESCR:= OBEX ftp application +PKG_SECTION:= misc +PKG_DEPENDS:= openobex libobexftp PKG_BUILDDEP:= openobex libiconv-tiny PKG_URL:= http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=openobex/} @@ -39,7 +39,7 @@ endif CONFIGURE_ENV+= OPENOBEX_CFLAGS="-I${STAGING_TARGET_DIR}/usr/include" \ OPENOBEX_LIBS="-L${STAGING_TARGET_DIR}/usr/lib \ - -lopenobex -lbluetooth -liconv" + -lopenobex -liconv" CONFIGURE_ARGS+= --disable-perl \ --disable-ruby \ --disable-tcl \ |