git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce986d
)
frameworkd: add python-sqlite3 to RDEPENDS
author
Neil Jerram
<neil@ossau.uklinux.net>
Thu, 10 Mar 2011 19:39:09 +0000
(19:39 +0000)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 12:08:53 +0000
(13:08 +0100)
* Otherwise opimd doesn't work at runtime
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/freesmartphone/frameworkd_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/frameworkd_git.bb
b/recipes/freesmartphone/frameworkd_git.bb
index
16d839c
..
83b8543
100644
(file)
--- 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 = "r1
2
"
+PR = "r1
3
"
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 \