aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-12-11 13:10:02 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-12-11 13:11:00 +0100
commitfc84df22884c25de6087e1e8238ccce7328a9924 (patch)
tree8cb488359bea67d9317a98ca1c8ecc98d8d80630
parentb2eaf0a44342caf7cbf63e3fdd5051896d97594e (diff)
downloadopenembedded-fc84df22884c25de6087e1e8238ccce7328a9924.tar.gz
fsodeviced: we need the full i2c-dev.h nowadays, so let's depend on i2c-tools
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb4
1 files changed, 2 insertions, 2 deletions
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 \