aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-apm_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-01 15:50:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-01 21:50:11 +0200
commit41628a4b652a084b9c181163e4315d5292a574ff (patch)
treea028adc1cfb875ce10b46a50a18fbc970a29f2ca /recipes/freesmartphone/fso-apm_git.bb
parentf52cfb976ae1929b1956b9e45e060a5a5108cb08 (diff)
downloadopenembedded-41628a4b652a084b9c181163e4315d5292a574ff.tar.gz
cornucopia: move SRCREV to cornucopia.inc and update all recipes using that
* remove vars already set in cornucopia.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/fso-apm_git.bb')
-rw-r--r--recipes/freesmartphone/fso-apm_git.bb8
1 files changed, 3 insertions, 5 deletions
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 <mlauer@vanille-media.de>"
-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