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/freesmartphone/mickeyterm_git.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'recipes/freesmartphone/mickeyterm_git.bb') diff --git a/recipes/freesmartphone/mickeyterm_git.bb b/recipes/freesmartphone/mickeyterm_git.bb index 20730218f1..41b5636625 100644 --- a/recipes/freesmartphone/mickeyterm_git.bb +++ b/recipes/freesmartphone/mickeyterm_git.bb @@ -1,16 +1,13 @@ DESCRIPTION = "Mickey's Terminal Program" AUTHOR = "Michael 'Mickey' Lauer " -HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console/network" -LICENSE = "GPLv2" + +require python-helpers.inc + SRCREV = "${FSO_PYTHONHELPERS_SRCREV}" PV = "2.9.1+gitr${SRCPV}" -PE = "1" PR = "r3" -SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" -S = "${WORKDIR}/git" - do_install() { install -d ${D}${bindir} install -m 0755 mickeyterm/mickeyterm ${D}${bindir} -- cgit v1.2.3