[oe-commits] Michael 'Mickey' Lauer : fsodeviced: we need the full i2c-dev.h nowadays, so let's depend on i2c-tools

git version control git at git.openembedded.org
Thu Dec 16 18:29:06 UTC 2010


Module: openembedded.git
Branch: shr/testing2011.1
Commit: b1e6aeca6461c360960601387996b9a794f25716
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1e6aeca6461c360960601387996b9a794f25716

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Dec 11 13:10:02 2010 +0100

fsodeviced: we need the full i2c-dev.h nowadays, so let's depend on i2c-tools

---

 recipes/freesmartphone/fsodeviced_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 09f2504..80cdcf4 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 \





More information about the Openembedded-commits mailing list