blob: 226faa9b9865004c4a4ba54ddd4490ea374c3bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Python keyring"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python python-pygtk bluez4"
PV = "1.0.0+gitr${SRCREV}"
PR = "r1"
ARCH_bt-configure = "all"
SRC_URI = "git://github.com/nytowl/BT-Configure.git;protocol=http"
inherit distutils
S = ${WORKDIR}/git
FILES_${PN} += "${datadir}"
|