[oe-commits] Martin Jansa : cornucopia: bump SRCREV for new vala compatible versions

git version control git at git.openembedded.org
Tue Oct 5 23:25:28 UTC 2010


Module: openembedded.git
Branch: master
Commit: 4f8ed5aa3bd3d5d5144efea2b16cfef4822fcbaa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f8ed5aa3bd3d5d5144efea2b16cfef4822fcbaa

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Oct  5 23:04:21 2010 +0200

cornucopia: bump SRCREV for new vala compatible versions

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/freesmartphone/cornucopia.inc |    2 +-
 recipes/freesmartphone/mdbus2_git.bb  |    2 +-
 recipes/freesmartphone/mioctl_git.bb  |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index bc33bc0..221ad15 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 49b030c..df76c0d 100644
--- a/recipes/freesmartphone/mdbus2_git.bb
+++ b/recipes/freesmartphone/mdbus2_git.bb
@@ -5,7 +5,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 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 e09c424..c04fc9d 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 <mlauer at vanille-media.de>"
 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"





More information about the Openembedded-commits mailing list