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:
a1701b5
)
frameworkd: install needed directory: /etc/freesmartphone/opim/
author
Thomas Zimmermann
<ml@vdm-design.de>
Sat, 22 Jan 2011 21:21:13 +0000
(22:21 +0100)
committer
Thomas Zimmermann
<ml@vdm-design.de>
Sat, 22 Jan 2011 21:21:13 +0000
(22:21 +0100)
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
recipes/freesmartphone/frameworkd_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/frameworkd_git.bb
b/recipes/freesmartphone/frameworkd_git.bb
index
76d83f4
..
3d8bd96
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 = "e31fa77906981a56be2271246693fd929c973abf"
PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r1
1
"
+PR = "r1
2
"
PE = "1"
inherit distutils update-rc.d python-dir
@@
-26,6
+26,7
@@
do_configure_append() {
}
do_install_append() {
+ install -d ${D}${sysconfdir}/freesmartphone/opim/
frameworkd_install_machine_specific_configs
}