diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-20 12:27:31 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-20 12:27:31 +0200 |
| commit | a0ac64bb461533e06f99e865f5b2fc315d033b17 (patch) | |
| tree | 9fa683112d553e0ab76feccac26f11d4be9ec48b /recipes/python/python-phoneutils_git.bb | |
| parent | f77a615dee76f1c6d560b69ec8c1a245bd46f39c (diff) | |
| parent | 6d77f938e950a882ab500392d9d7074a3dcd15ba (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-phoneutils_git.bb')
| -rw-r--r-- | recipes/python/python-phoneutils_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb new file mode 100644 index 0000000000..1e962d36ad --- /dev/null +++ b/recipes/python/python-phoneutils_git.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python Bindings for libphone-utils" +SECTION = "devel/python" +DEPENDS = "libphone-utils" +PV = "0.0.2+gitr${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" +S = "${WORKDIR}/git/src/python" + +inherit setuptools |
