[oe-commits] Neil Jerram : frameworkd: add python-sqlite3 to RDEPENDS

git version control git at git.openembedded.org
Thu Mar 24 20:03:56 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 9d21876bc97785ffc6e362510d739943c762ca23
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d21876bc97785ffc6e362510d739943c762ca23

Author: Neil Jerram <neil at ossau.uklinux.net>
Date:   Thu Mar 10 19:39:09 2011 +0000

frameworkd: add python-sqlite3 to RDEPENDS

* Otherwise opimd doesn't work at runtime

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 16d839c..83b8543 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 \





More information about the Openembedded-commits mailing list