aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-02-26 17:46:40 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:29:56 +0100
commit3685c3d034fd50cdb0b721d7bc6ad85bd9795401 (patch)
tree334b3152b82988ff2d79a076295bf07ac44f1e58
parent80550a6ea634b9cb24f2f1c8a48a21047ffea403 (diff)
downloadopenembedded-3685c3d034fd50cdb0b721d7bc6ad85bd9795401.tar.gz
frameworkd: depend on pyalsaaudio for ADC/DAC configuration
-rw-r--r--recipes/freesmartphone/frameworkd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index d658fd092a..502c12c1cd 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
PV = "0.8.5.2+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
inherit distutils update-rc.d
@@ -34,6 +34,7 @@ RDEPENDS_${PN} += "\
python-difflib \
python-logging \
python-pprint \
+ python-pyalsaaudio \
python-pygobject \
python-pyrtc \
python-pyserial \