aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2011-03-10 19:39:09 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 13:08:53 +0100
commit9d21876bc97785ffc6e362510d739943c762ca23 (patch)
treec497a5a5041d42af69780dd864a8e73a2844c694
parent0ce986d9e68241704444c7bd1953431097bbfd5d (diff)
downloadopenembedded-9d21876bc97785ffc6e362510d739943c762ca23.tar.gz
frameworkd: add python-sqlite3 to RDEPENDS
* Otherwise opimd doesn't work at runtime Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 16d839c537..83b8543158 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
SRCREV = "f86660d2304a7215dfc6d6a516530267657a02b1"
PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r12"
+PR = "r13"
PE = "1"
inherit distutils update-rc.d python-dir
@@ -84,6 +84,7 @@ RDEPENDS_${PN} += "\
python-pyyaml \
python-shell \
python-subprocess \
+ python-sqlite3 \
python-syslog \
python-textutils \
python-multiprocessing \