[oe-commits] Martin Jansa : frameworkd-config-shr: don' t install big ogsmd files as fsogsmd is not using them

git version control git at git.openembedded.org
Sun May 2 06:39:55 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  2 08:38:43 2010 +0200

frameworkd-config-shr: don't install big ogsmd files as fsogsmd is not using them

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

---

 recipes/shr/frameworkd-config-shr_git.bb |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/shr/frameworkd-config-shr_git.bb b/recipes/shr/frameworkd-config-shr_git.bb
index e82bc9c..0962974 100644
--- a/recipes/shr/frameworkd-config-shr_git.bb
+++ b/recipes/shr/frameworkd-config-shr_git.bb
@@ -10,7 +10,7 @@ SRCREV_pn-frameworkd-config-shr_SHR_REV ?= "8ba6f1545068399060483017451261e9b3c7
 
 SRCREV_FORMAT = "FSO_REV-SHR_REV"
 PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master;name=FSO_REV \
            git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master;name=SHR_REV"
@@ -27,16 +27,12 @@ do_install_append() {
 	install -d ${D}${sysconfdir}/freesmartphone/opreferences/conf/phone/
 	install -d ${D}${sysconfdir}/freesmartphone/opreferences/conf/rules/
 	install -d ${D}${sysconfdir}/freesmartphone/oevents/
-	install -d ${D}${sysconfdir}/freesmartphone/ogsmd/
 	install -d ${D}${sysconfdir}/freesmartphone/persist/
         install -d ${D}${sysconfdir}/freesmartphone/opim/
 	install -m 0644 ${S}/etc/freesmartphone/opreferences/schema/phone.yaml ${D}${sysconfdir}/freesmartphone/opreferences/schema/
 	install -m 0644 ${S}/etc/freesmartphone/opreferences/schema/profiles.yaml ${D}${sysconfdir}/freesmartphone/opreferences/schema/
 	install -m 0644 ${S}/etc/freesmartphone/opreferences/schema/rules.yaml ${D}${sysconfdir}/freesmartphone/opreferences/schema/
 	install -m 0644 ${S}/etc/freesmartphone/persist/README ${D}${sysconfdir}/freesmartphone/persist/
-	install -m 0644 ${S}/etc/freesmartphone/ogsmd/networks.tab ${D}${sysconfdir}/freesmartphone/ogsmd/
-        install -m 0644 ${S}/etc/freesmartphone/ogsmd/cell.db ${D}${sysconfdir}/freesmartphone/ogsmd/
-        install -m 0644 ${S}/etc/freesmartphone/ogsmd/la.db ${D}${sysconfdir}/freesmartphone/ogsmd/
 
 	#Check for machine specific conf.
         CONF_PATH_MACHINE="${CONF_PATH}"
@@ -82,5 +78,4 @@ CONFFILES_${PN} = "\
   ${sysconfdir}/freesmartphone/opreferences/conf/rules/silent.yaml \
   ${sysconfdir}/freesmartphone/opreferences/conf/rules/default.yaml \
   ${sysconfdir}/freesmartphone/oevents/rules.yaml \
-  ${sysconfdir}/freesmartphone/ogsmd/networks.tab \
 "





More information about the Openembedded-commits mailing list