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