diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 20:57:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 21:50:19 +0200 |
commit | 20fcd55ba73311911040566143e309c648ef4ae9 (patch) | |
tree | d48846742026e879521347e113716ce67f203728 | |
parent | 41628a4b652a084b9c181163e4315d5292a574ff (diff) |
freesmartphone: bump SRCREVs a bit for fixed ppp
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-specs_git.bb | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/libframeworkd-glib_git.bb | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/libfso-glib_git.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc index 03bac76f26..02d7b6051f 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 ?= "d2189d3f54331fb79a1ca31d6fafe2e8eb2afe46" +FSO_CORNUCOPIA_SRCREV ?= "aa29624f231df7a6b6ed7ebe8a6fc70a04f336c1" 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 2aac51576d..b1c526ffc9 100644 --- a/recipes/freesmartphone/fso-specs_git.bb +++ b/recipes/freesmartphone/fso-specs_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://docs.freesmartphone.org" LICENSE = "BSD" DEPENDS = "libxslt-native" SECTION = "devel/specifications" -SRCREV = "3b7b76f159c92e2e1db03b81252a3da35f9b6a72" +SRCREV = "623efbb84b23092405b8920f4504cc20321a3b75" PV = "0.5.0+gitr${SRCPV}" PE = "1" PR = "r3" diff --git a/recipes/freesmartphone/libframeworkd-glib_git.bb b/recipes/freesmartphone/libframeworkd-glib_git.bb index 4d19809234..f3834d4b02 100644 --- a/recipes/freesmartphone/libframeworkd-glib_git.bb +++ b/recipes/freesmartphone/libframeworkd-glib_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "freesmartphone.org API glib wrapper" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "dbus-glib" -SRCREV = "2aa8e215e8f290ee8fb8346031904a8d7ef64795" +SRCREV = "322ad983ee811308d9a8dd6df02cf02ab2c0825f" PV = "0.0.1+gitr${SRCPV}" PE = "1" PR = "r0" diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb index 01ceb8265f..7c637e4436 100644 --- a/recipes/freesmartphone/libfso-glib_git.bb +++ b/recipes/freesmartphone/libfso-glib_git.bb @@ -3,7 +3,7 @@ AUTHOR = "Didier 'Ptitjes" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs" -SRCREV = "a8ef303b0f700487d4c5f67da555b3d68818ccdc" +SRCREV = "732c778418fc18e3aa51654a7084ee7554ffa715" PV = "0.2.2+gitr${SRCPV}" PE = "1" PR = "r4" |