diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 15:50:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 21:50:11 +0200 |
commit | 41628a4b652a084b9c181163e4315d5292a574ff (patch) | |
tree | a028adc1cfb875ce10b46a50a18fbc970a29f2ca /recipes/freesmartphone/fso-alsa_git.bb | |
parent | f52cfb976ae1929b1956b9e45e060a5a5108cb08 (diff) |
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-alsa_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-alsa_git.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes/freesmartphone/fso-alsa_git.bb b/recipes/freesmartphone/fso-alsa_git.bb index b83613e7f0..77261726bc 100644 --- a/recipes/freesmartphone/fso-alsa_git.bb +++ b/recipes/freesmartphone/fso-alsa_git.bb @@ -1,14 +1,13 @@ +require cornucopia.inc + DESCRIPTION = "Mickey's DBus introspection and calling Program V2" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" -HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console/multimedia" LICENSE = "GPLv2" DEPENDS = "fsodeviced glib-2.0 dbus dbus-glib" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" -PV = "1.0.0+gitr${SRCREV}" -PR = "r0" - -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" -S = "${WORKDIR}/git/tools/fso-alsa" +PV = "1.0.0+gitr${SRCPV}" +PR = "${INC_PR}.0" +PE = "1" -inherit autotools vala +S = "${WORKDIR}/git/tools/${PN}" |