From 1e33dbffec7c553dadc555d81ae45ed28e49fbe4 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 24 Nov 2012 22:23:22 +0200 Subject: [PATCH] pandora-scripts: mark conffiles so they are kept on update --- recipes/pandora-system/pandora-scripts.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 98d3ad2..fe0feb2 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r125" +PR = "r126" SRC_URI = " \ file://op_paths.sh \ @@ -198,3 +198,10 @@ do_install() { PACKAGE_ARCH = "${MACHINE_ARCH}" FILES_${PN} += "${prefix} ${datadir}" + +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gui.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/cpu.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gamma.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/service.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/nub_profiles.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/tvout-profiles.conf -- 2.39.2