summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-12-24 16:44:13 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-12-24 16:44:13 +0100
commit4352cc35092af610e445e37715e3213cf5218aac (patch)
treefc071d521e6115ac43e77687637126016a053993 /recipes/freesmartphone
parent07d94ebc8fd3d21fa83fb13fdf511ac008c316e6 (diff)
downloadopenembedded-4352cc35092af610e445e37715e3213cf5218aac.tar.gz
fso: bump to ab89284af7607a5b9ded8424f0ac789ef94bc590 and get rid of dbus and dbus-glib dependencies
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/cornucopia.inc6
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb2
-rw-r--r--recipes/freesmartphone/libfsobasics_git.bb2
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 5af95ba4fa..26961fd433 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,12 +3,12 @@ AUTHOR = "Team FSO"
HOMEPAGE = "http://www.freesmartphone.org"
LICENSE = "LGPL"
SECTION = "devel"
-DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
+DEPENDS = "vala-native glib-2.0 libfso-glib libgee"
DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}"
PV = "invalid, please override"
-FSO_CORNUCOPIA_SRCREV ?= "6cd02f73170051f2b81648f42481fcbe9f26d404"
-INC_PR = "r2"
+FSO_CORNUCOPIA_SRCREV ?= "ab89284af7607a5b9ded8424f0ac789ef94bc590"
+INC_PR = "r3"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
S = "${WORKDIR}/git/${PN}"
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 80cdcf41e5..33f58d3d01 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -9,7 +9,7 @@ RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.4+gitr${SRCPV}"
PE = "2"
-PR = "${INC_PR}.16"
+PR = "${INC_PR}.18"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index 42b2ed7f48..c99bd8e20d 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -5,4 +5,4 @@ DEPENDS += "libnl2"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.10+gitr${SRCPV}"
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"