diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:24:33 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:37 +0100 |
commit | 13a6584623d13fd0365ea6dc88e0c67d24901b0c (patch) | |
tree | 481f720a6391548817b93e78f129533d37c479ca /recipes/bt-configure | |
parent | 3bc8e9e009824f6f3226de91bdbc62ee29e88a21 (diff) |
bt-configure: new recipe from SHR
Diffstat (limited to 'recipes/bt-configure')
-rw-r--r-- | recipes/bt-configure/bt-configure_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/bt-configure/bt-configure_git.bb b/recipes/bt-configure/bt-configure_git.bb new file mode 100644 index 0000000000..1bc9d8520f --- /dev/null +++ b/recipes/bt-configure/bt-configure_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Python keyring" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "python python-pygtk bluez4" + +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}" + |