From: Michael 'Mickey' Lauer Date: Fri, 24 Dec 2010 15:44:13 +0000 (+0100) Subject: fso: bump to ab89284af7607a5b9ded8424f0ac789ef94bc590 and get rid of dbus and dbus... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4352cc35092af610e445e37715e3213cf5218aac;p=openembedded.git fso: bump to ab89284af7607a5b9ded8424f0ac789ef94bc590 and get rid of dbus and dbus-glib dependencies --- 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"