blob: d2f056b03484effc0f90201b7f2d64165f288b83 (
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 = "python python-pygtk bluez4"
SRCREV = "9654c88ff74bca89cf747937cbec67421d2f1cbc"
PV = "1.0.0+gitr${SRCPV}"
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}"
|