Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Fix build against bluez4.
|
||||
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
|
||||
--- ussp-push-0.11.orig/src/obex_socket.c 2012-11-01 09:58:51.049538708 +0100
|
||||
+++ ussp-push-0.11/src/obex_socket.c 2012-11-01 12:10:10.719506951 +0100
|
||||
@@ -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;
|
||||
18
deprecated/firmware/buildroot/package/ussp-push/Config.in
Normal file
18
deprecated/firmware/buildroot/package/ussp-push/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_USSP_PUSH
|
||||
bool "ussp-push"
|
||||
depends on !BR2_STATIC_LIBS # bluez_utils
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
|
||||
depends on BR2_USE_MMU # dbus
|
||||
select BR2_PACKAGE_OPENOBEX
|
||||
select BR2_PACKAGE_OPENOBEX_BLUEZ
|
||||
select BR2_PACKAGE_BLUEZ_UTILS
|
||||
help
|
||||
ussp-push is an OBEX object pusher for Linux, using the BlueZ
|
||||
BlueTooth stack.
|
||||
|
||||
http://www.xmailserver.org/ussp-push.html
|
||||
|
||||
comment "ussp-push needs a toolchain w/ wchar, threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 bb2748eaed6164812555b4a1e186c4f2820c5ef9ce30f12d7aac28a452719bbd ussp-push-0.11.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/ussp-push/ussp-push.mk
Normal file
14
deprecated/firmware/buildroot/package/ussp-push/ussp-push.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# ussp-push
|
||||
#
|
||||
################################################################################
|
||||
|
||||
USSP_PUSH_VERSION = 0.11
|
||||
USSP_PUSH_SITE = http://www.xmailserver.org
|
||||
USSP_PUSH_LICENSE = GPLv2+
|
||||
USSP_PUSH_LICENSE_FILES = COPYING
|
||||
|
||||
USSP_PUSH_DEPENDENCIES = bluez_utils openobex
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user