aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-05 23:04:21 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-06 01:24:00 +0200
commit4f8ed5aa3bd3d5d5144efea2b16cfef4822fcbaa (patch)
tree4cdf5fc1932b36633fa227a7d6aca9f1c97bb350 /recipes/freesmartphone
parentb8ec0a9a733961541d12ba43c251299da231cafd (diff)
downloadopenembedded-4f8ed5aa3bd3d5d5144efea2b16cfef4822fcbaa.tar.gz
cornucopia: bump SRCREV for new vala compatible versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/cornucopia.inc2
-rw-r--r--recipes/freesmartphone/mdbus2_git.bb2
-rw-r--r--recipes/freesmartphone/mioctl_git.bb6
3 files changed, 5 insertions, 5 deletions
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 <mlauer@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 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 <mlauer@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"