[oe-commits] Thomas Zimmermann : frameworkd: install needed directory: /etc/ freesmartphone/opim/

git version control git at git.openembedded.org
Sat Jan 22 21:21:37 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b42dc90315e015495756d3d498c140f71412ec22
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b42dc90315e015495756d3d498c140f71412ec22

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Sat Jan 22 22:21:13 2011 +0100

frameworkd: install needed directory: /etc/freesmartphone/opim/

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 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 76d83f4..3d8bd96 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 = "e31fa77906981a56be2271246693fd929c973abf"
 PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r11"
+PR = "r12"
 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
 }
 





More information about the Openembedded-commits mailing list