diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-specs_git.bb | 5 | ||||
-rw-r--r-- | recipes/freesmartphone/libfso-glib_git.bb | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc index 1af8f5e9b7..cc2bd4eadd 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 ?= "58eb0a7dd0ba08166aac3fd8b57c6f63df3b9852" +FSO_CORNUCOPIA_SRCREV ?= "29c13ccad4399506ef39aef99e0d3fa2f42ad176" INC_PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master" diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb index 3b5792cf8a..a003637fa9 100644 --- a/recipes/freesmartphone/fso-specs_git.bb +++ b/recipes/freesmartphone/fso-specs_git.bb @@ -4,10 +4,9 @@ HOMEPAGE = "http://docs.freesmartphone.org" LICENSE = "BSD" DEPENDS = "libxslt-native" SECTION = "devel/specifications" -SRCREV = "8d71cde1377deaecb67d8081060ddddb441b5186" -PV = "0.5.0+gitr${SRCPV}" +SRCREV = "5e5c9b52e7525085f0d8601861d712f05523ad0a" +PV = "2010.05.11.2+gitr${SRCPV}" PE = "1" -PR = "r3" SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master" S = "${WORKDIR}/git" diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb index 13869d2e73..dad6c002dd 100644 --- a/recipes/freesmartphone/libfso-glib_git.bb +++ b/recipes/freesmartphone/libfso-glib_git.bb @@ -3,10 +3,9 @@ AUTHOR = "Didier 'Ptitjes" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs" -SRCREV = "a865638904ed0a68e89245bad8d5c78e3baf4833" -PV = "0.2.2+gitr${SRCPV}" +SRCREV = "5cda3952855d6c4273929449339b04509387bdd2" +PV = "2010.05.11.2+gitr${SRCPV}" PE = "1" -PR = "r6" inherit autotools vala |