From: Martin Jansa Date: Tue, 5 Oct 2010 21:04:21 +0000 (+0200) Subject: cornucopia: bump SRCREV for new vala compatible versions X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8ed5aa3bd3d5d5144efea2b16cfef4822fcbaa;p=openembedded.git cornucopia: bump SRCREV for new vala compatible versions Signed-off-by: Martin Jansa --- diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc index bc33bc009d..221ad15650 100644 --- a/recipes/freesmartphone/cornucopia.inc +++ b/recipes/freesmartphone/cornucopia.inc @@ -7,7 +7,7 @@ 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 ?= "e9f40b3792e1142e67b61d3a366ac22f8094925e" +FSO_CORNUCOPIA_SRCREV ?= "43fae6cf5e3aa57f5d7fed467896d2d4d0f69679" INC_PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master" diff --git a/recipes/freesmartphone/mdbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb index 49b030c179..df76c0d007 100644 --- a/recipes/freesmartphone/mdbus2_git.bb +++ b/recipes/freesmartphone/mdbus2_git.bb @@ -5,7 +5,7 @@ AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console/network" LICENSE = "GPLv2" DEPENDS = "glib-2.0 dbus dbus-glib" -SRCREV = "e5eafe3cef47ae6502ffeab916171aa50363a3eb" +SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "2.0.2+gitr${SRCPV}" PR = "${INC_PR}.0" PE = "1" diff --git a/recipes/freesmartphone/mioctl_git.bb b/recipes/freesmartphone/mioctl_git.bb index e09c424b51..c04fc9d347 100644 --- a/recipes/freesmartphone/mioctl_git.bb +++ b/recipes/freesmartphone/mioctl_git.bb @@ -3,9 +3,9 @@ HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console" LICENSE = "GPL" -SRCREV = "851245ec1e6a44b7e4939c8c8f5755aca62c9cdb" -PV = "0.1.0+gitr${SRCREV}" -PR = "r0" +SRCREV = "43fae6cf5e3aa57f5d7fed467896d2d4d0f69679" +PV = "0.1.0+gitr${SRCPV}" +PE = "1" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/mioctl"