diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 15:08:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 21:49:59 +0200 |
commit | f52cfb976ae1929b1956b9e45e060a5a5108cb08 (patch) | |
tree | 9c40dd0a410837d154bdb07a0141959f26c600a4 /recipes/python | |
parent | 4a134e561aa0b19642005704111fbc0ef2b6e111 (diff) |
freesmartphone: create python-helpers.inc, with shared variables and SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-pyrtc_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/python/python-pyrtc_git.bb b/recipes/python/python-pyrtc_git.bb index 789f0e2ecb..bd8452f298 100644 --- a/recipes/python/python-pyrtc_git.bb +++ b/recipes/python/python-pyrtc_git.bb @@ -1,17 +1,16 @@ +require ../freesmartphone/python-helpers.inc + DESCRIPTION = "PyRTC is a python extension module that supports talking to the \ RTC (Real Time Clock) found in most PCs and SOCs" SECTION = "devel/python" -HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPLv2" SRCNAME = "pyrtc" DEPENDS = "python-cython-native" SRCREV = "${FSO_PYTHONHELPERS_SRCREV}" PV = "1.0.0+gitr${SRCPV}" -PE = "1" PR = "ml1" -SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master" S = "${WORKDIR}/git/${SRCNAME}" inherit distutils |