From 7ec04ddb9c6f60a523841e3d1822617a24916dd9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 2 May 2010 08:38:43 +0200 Subject: frameworkd-config-shr: don't install big ogsmd files as fsogsmd is not using them Signed-off-by: Martin Jansa --- recipes/shr/frameworkd-config-shr_git.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes/shr/frameworkd-config-shr_git.bb') 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 \ " -- cgit 1.2.3-korg