From 41628a4b652a084b9c181163e4315d5292a574ff Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 1 May 2010 15:50:18 +0200 Subject: cornucopia: move SRCREV to cornucopia.inc and update all recipes using that * remove vars already set in cornucopia.inc Signed-off-by: Martin Jansa --- recipes/freesmartphone/fso-apm_git.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes/freesmartphone/fso-apm_git.bb') diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb index f04a5b1953..004786028e 100644 --- a/recipes/freesmartphone/fso-apm_git.bb +++ b/recipes/freesmartphone/fso-apm_git.bb @@ -1,15 +1,13 @@ +require cornucopia.inc + DESCRIPTION = "freesmartphone.org apm compatibility utility" AUTHOR = "Michael 'Mickey' Lauer " -HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console" LICENSE = "GPLv2" PE = "1" RCONFLICTS = "apm" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "2.0.0+gitr${SRCPV}" -PR = "r1" +PR = "${INC_PR}.0" -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/apm2" - -inherit autotools vala -- cgit v1.2.3