aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cornucopia.inc
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/cornucopia.inc
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/cornucopia.inc')
-rw-r--r--recipes/freesmartphone/cornucopia.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 4962263a10..03bac76f26 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -1,16 +1,19 @@
DESCRIPTION = "The freesmartphone.org API reference implementation (FSO 2.0)"
AUTHOR = "Team FSO"
+HOMEPAGE = "http://www.freesmartphone.org"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}"
PV = "invalid, please override"
+
+FSO_CORNUCOPIA_SRCREV ?= "d2189d3f54331fb79a1ca31d6fafe2e8eb2afe46"
INC_PR = "r2"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
S = "${WORKDIR}/git/${PN}"
-inherit autotools_stage pkgconfig vala
+inherit autotools pkgconfig vala
FILES_${PN} += "\
${sysconfdir} \