diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:28:30 +0100 |
|---|---|---|
| committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:28:30 +0100 |
| commit | beb449962d53005af62c8141effb0e0723e0b49d (patch) | |
| tree | acb503377e968640ce19ce65da4aae2273229c79 /recipes/python/python-phoneutils_git.bb | |
| parent | 0249f685da226c36be2f472bcd2af9e4aa94a132 (diff) | |
| parent | f32389464a0a74358d5b8f92f7dfbbda05aa0c0a (diff) | |
Merge branch 'org.openembedded.dev' of 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 | 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" |
