blob: 42b90088057a5e29168c1d6a13af08f5de2c786b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "OBEX object pusher"
HOMEPAGE = "http://www.xmailserver.org/ussp-push.html"
SECTION = "console"
PRIORITY = "optional"
DEPENDS = "bluez-libs openobex"
LICENSE = "GPLv2"
PR = "r1"
SRC_URI = "http://www.xmailserver.org/ussp-push-${PV}.tar.gz \
file://hci_remote_name.patch"
S = "${WORKDIR}/ussp-push-${PV}"
EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
inherit autotools
SRC_URI[md5sum] = "5c44983ee27809867041feff6bb4423a"
SRC_URI[sha256sum] = "bb2748eaed6164812555b4a1e186c4f2820c5ef9ce30f12d7aac28a452719bbd"
|