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 | |
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>
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 | ||||
-rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 5 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-abyss_git.bb | 13 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-alsa_git.bb | 13 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-apm_git.bb | 8 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 9 | ||||
-rw-r--r-- | recipes/freesmartphone/mdbus2_git.bb | 10 | ||||
-rw-r--r-- | recipes/freesmartphone/mkdump_git.bb | 11 | ||||
-rw-r--r-- | recipes/freesmartphone/mterm2_git.bb | 11 |
9 files changed, 33 insertions, 48 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 5fb5542671..40c3d8cf3e 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -3,4 +3,3 @@ OPKG_SRCREV ?= "527" EFL_SRCREV ?= "48486" -FSO_CORNUCOPIA_SRCREV ?= "d2189d3f54331fb79a1ca31d6fafe2e8eb2afe46" 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} \ diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb index 0fd88f2174..b052e88202 100644 --- a/recipes/freesmartphone/fso-abyss_git.bb +++ b/recipes/freesmartphone/fso-abyss_git.bb @@ -1,3 +1,5 @@ +require cornucopia.inc + DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon" HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" @@ -7,15 +9,10 @@ LICENSE = "GPL" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.9.2+gitr${SRCPV}" PE = "1" -PR = "r1" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ - file://fso-abyss.conf \ -" -S = "${WORKDIR}/git/tools/fso-abyss" +PR = "${INC_PR}.0" -inherit autotools vala +SRC_URI += " file://fso-abyss.conf" +S = "${WORKDIR}/git/tools/${PN}" do_install_append() { install -d ${D}${sysconfdir} 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}" 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 diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb index fe94d21fdd..4c791d70e2 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -1,3 +1,5 @@ +require cornucopia.inc + DESCRIPTION = "A GSM 07.10 Multiplexing Engine" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPL" @@ -6,9 +8,4 @@ DEPENDS = "glib-2.0 libgsm0710 libfsotransport" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.9.2+gitr${SRCPV}" PE = "1" -PR = "r0" - -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" -S = "${WORKDIR}/git/libgsm0710mux" - -inherit autotools vala +PR = "${INC_PR}.0" diff --git a/recipes/freesmartphone/mdbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb index dd0336c60c..cfa6ef3698 100644 --- a/recipes/freesmartphone/mdbus2_git.bb +++ b/recipes/freesmartphone/mdbus2_git.bb @@ -1,15 +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/network" LICENSE = "GPLv2" DEPENDS = "glib-2.0 dbus dbus-glib" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "2.0.0+gitr${SRCPV}" -PR = "r0" +PR = "${INC_PR}.0" PE = "1" -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" -S = "${WORKDIR}/git/tools/mdbus2" - -inherit autotools vala +S = "${WORKDIR}/git/tools/${PN}" diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb index b31f896a7d..d3171bbd2c 100644 --- a/recipes/freesmartphone/mkdump_git.bb +++ b/recipes/freesmartphone/mkdump_git.bb @@ -1,3 +1,5 @@ +require cornucopia.inc + DESCRIPTION = "mkdump is a kernel message dumper" HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/mkdump" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" @@ -8,11 +10,6 @@ LICENSE = "GPL" #SRCREV = "${FSO_CORNUCOPIA_SRCREV}" SRCREV = "696d93d7146adffdb76ddb951a7d8199b3dc8a81" PV = "1.0.0+gitr${SRCPV}" -PR = "r0" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ -" -S = "${WORKDIR}/git/tools/mkdump" +PR = "${INC_PR}.0" -inherit autotools vala +S = "${WORKDIR}/git/tools/${PN}" diff --git a/recipes/freesmartphone/mterm2_git.bb b/recipes/freesmartphone/mterm2_git.bb index a99f848f39..8615af7678 100644 --- a/recipes/freesmartphone/mterm2_git.bb +++ b/recipes/freesmartphone/mterm2_git.bb @@ -1,3 +1,5 @@ +require cornucopia.inc + DESCRIPTION = "mterm is a versatile muxer-aware terminal program" HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-term" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" @@ -7,13 +9,8 @@ LICENSE = "GPL" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.1.0+gitr${SRCPV}" PE = "1" -PR = "r0" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ -" -S = "${WORKDIR}/git/tools/mterm2" +PR = "${INC_PR}.0" -inherit autotools vala +S = "${WORKDIR}/git/tools/${PN}" FILES_${PN} += "${datadir}" |