summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-phoneutils_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-10 13:24:47 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-10 14:43:41 +0200
commit89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch)
treeb073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-devtools/python/python-phoneutils_git.bb
parente66079da37992abd54486488aa06a99bf7a4198c (diff)
downloadmeta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-phoneutils_git.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-phoneutils_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb b/meta-oe/recipes-devtools/python/python-phoneutils_git.bb
new file mode 100644
index 0000000000..b46a772a61
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-phoneutils_git.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Python Bindings for libphone-utils"
2SECTION = "devel/python"
3DEPENDS = "libphone-utils python-cython-native python-pyrex-native"
4RDEPENDS_${PN} = "libphone-utils"
5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://phoneutils/c_phoneutils.pyx;endline=18;md5=ca321e4ec3a30a44469b23ebca782665"
7
8SRCREV = "8a7c719e0c3f1f8c10f77f17422da02d7177f0dd"
9PV = "0.0.2+gitr${SRCPV}"
10PR = "r3"
11
12SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
13S = "${WORKDIR}/git/src/python"
14
15inherit setuptools