[oe-commits] Michael 'Mickey' Lauer : fso: bump to ab89284af7607a5b9ded8424f0ac789ef94bc590 and get rid of dbus and dbus-glib dependencies

git version control git at git.openembedded.org
Fri Dec 24 15:42:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4352cc35092af610e445e37715e3213cf5218aac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4352cc35092af610e445e37715e3213cf5218aac

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Dec 24 16:44:13 2010 +0100

fso: bump to ab89284af7607a5b9ded8424f0ac789ef94bc590 and get rid of dbus and dbus-glib dependencies

---

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

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 5af95ba..26961fd 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 80cdcf4..33f58d3 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 42b2ed7..c99bd8e 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"





More information about the Openembedded-commits mailing list