diff options
Diffstat (limited to 'package/ussp-push')
-rw-r--r-- | package/ussp-push/Makefile | 28 | ||||
-rw-r--r-- | package/ussp-push/patches/patch-src_obex_socket_c | 21 |
2 files changed, 0 insertions, 49 deletions
diff --git a/package/ussp-push/Makefile b/package/ussp-push/Makefile deleted file mode 100644 index c10b1ee5e..000000000 --- a/package/ussp-push/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= ussp-push -PKG_VERSION:= 0.11 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 5c44983ee27809867041feff6bb4423a -PKG_DESCR:= OBEX push command -PKG_SECTION:= misc -PKG_DEPENDS:= openobex -PKG_BUILDDEP:= openobex -PKG_SITES:= http://xmailserver.org/ -PKG_CFLINE_USSP_PUSH:= depends on ADK_BROKEN - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,USSP_PUSH,ussp-push,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -MAKE_FLAGS+= OBEXINC="${TARGET_CPPFLAGS}" \ - OBEXLIB="${TARGET_LDFLAGS} -lopenobex -lbluetooth" - -ussp-push-install: - ${INSTALL_DIR} ${IDIR_USSP_PUSH}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/bin/ussp-push ${IDIR_USSP_PUSH}/usr/bin/ - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/ussp-push/patches/patch-src_obex_socket_c b/package/ussp-push/patches/patch-src_obex_socket_c deleted file mode 100644 index 770775175..000000000 --- a/package/ussp-push/patches/patch-src_obex_socket_c +++ /dev/null @@ -1,21 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- ussp-push-0.11.orig/src/obex_socket.c 2008-08-24 22:48:53.000000000 +0200 -+++ ussp-push-0.11/src/obex_socket.c 2008-10-16 11:08:10.000000000 +0200 -@@ -197,7 +197,7 @@ static int bt_sock_name2bth(int devid, c - for (i = 0; i < niinf; i++) { - char devname[128]; - -- if (hci_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1, -+ if (hci_read_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1, - devname, 100000) >= 0) { - if (strcasecmp(devname, btname) == 0) { - *btaddr = piinf[i].bdaddr; -@@ -297,7 +297,7 @@ static int cobex_init(struct cobex_conte - gt->wfd = gt->rfd; - - tcgetattr(gt->rfd, >->oldtio); -- bzero(>->newtio, sizeof(struct termios)); -+ memset(>->newtio, 0, sizeof(struct termios)); - gt->newtio.c_cflag = B115200 | CS8 | CREAD; - gt->newtio.c_iflag = IGNPAR; - gt->newtio.c_oflag = 0; |