aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-02 08:38:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-02 08:39:50 +0200
commit7ec04ddb9c6f60a523841e3d1822617a24916dd9 (patch)
tree512bf42adc90e31175d067865cdfd88e96c33fba /recipes/shr
parentcf2c77ccdd943fc656f458daab4497d021ca4abf (diff)
downloadopenembedded-7ec04ddb9c6f60a523841e3d1822617a24916dd9.tar.gz
frameworkd-config-shr: don't install big ogsmd files as fsogsmd is not using them
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/frameworkd-config-shr_git.bb7
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 e82bc9ca84..096297453b 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 \
"