From: Michael 'Mickey' Lauer Date: Sat, 11 Dec 2010 12:10:02 +0000 (+0100) Subject: fsodeviced: we need the full i2c-dev.h nowadays, so let's depend on i2c-tools X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc84df22884c25de6087e1e8238ccce7328a9924;p=openembedded.git fsodeviced: we need the full i2c-dev.h nowadays, so let's depend on i2c-tools --- diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index 09f25044d4..80cdcf41e5 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -1,7 +1,7 @@ require cornucopia.inc inherit fso-plugin -DEPENDS += "alsa-lib libcanberra libfsoresource android-rpc" +DEPENDS += "alsa-lib libcanberra libfsoresource android-rpc i2c-tools" RDEPENDS_${PN} += "libcanberra-alsa" # Included in fsodeviced itself now # RRECOMMENDS_${PN} += "fso-alsa-data" @@ -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}.15" +PR = "${INC_PR}.16" EXTRA_OECONF = "\ --enable-kernel26-rfkill \