diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
| commit | 029e21c8111deafa850ad1724e48da29c321f2f8 (patch) | |
| tree | 00c9ad7db155d3f3fe471517d5d882b517f9ccfd /recipes/python/python-phoneutils_git.bb | |
| parent | 8e099432e6b3687bc97f756aa7176b02cb1c7693 (diff) | |
| parent | b6f9a84fd99c89ac074aaed90cdd3d064c534492 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-phoneutils_git.bb')
| -rw-r--r-- | recipes/python/python-phoneutils_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb index c1e1dbe16e..c616a2beed 100644 --- a/recipes/python/python-phoneutils_git.bb +++ b/recipes/python/python-phoneutils_git.bb @@ -1,8 +1,10 @@ DESCRIPTION = "Python Bindings for libphone-utils" SECTION = "devel/python" -DEPENDS = "libphone-utils" +DEPENDS = "libphone-utils python-cython-native python-pyrex-native" +RDEPENDS = "libphone-utils" + PV = "0.0.2+gitr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" S = "${WORKDIR}/git/src/python" |
