[oe-commits] Michael 'Mickey' Lauer : fsodeviced: i2c-tools no longer a dependency; everything necessary included in fsodeviced itself

git version control git at git.openembedded.org
Tue Jan 11 10:55:25 UTC 2011


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 11 11:56:05 2011 +0100

fsodeviced: i2c-tools no longer a dependency; everything necessary included in fsodeviced itself

---

 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 240794b..295678c 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,12 +1,12 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "alsa-lib libfsoresource android-rpc i2c-tools"
+DEPENDS += "alsa-lib libfsoresource android-rpc"
 RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.9.4+gitr${SRCPV}"
 PE = "2"
-PR = "${INC_PR}.19"
+PR = "${INC_PR}.20"
 
 EXTRA_OECONF = "\
   --enable-kernel26-rfkill \





More information about the Openembedded-commits mailing list