From f52cfb976ae1929b1956b9e45e060a5a5108cb08 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 1 May 2010 15:08:28 +0200 Subject: freesmartphone: create python-helpers.inc, with shared variables and SRCREV Signed-off-by: Martin Jansa --- recipes/python/python-pyrtc_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/python') 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 " 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 -- cgit 1.2.3-korg