summaryrefslogtreecommitdiff
path: root/recipes/shr/shr-settings_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/shr-settings_git.bb')
-rw-r--r--recipes/shr/shr-settings_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index 96c16ed4e7..2084be5b9a 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -6,7 +6,7 @@ RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrt
SECTION = "x11/application"
PE = "1"
PV = "0.1.1+gitr${SRCREV}"
-PR = "r8"
+PR = "r9"
inherit setuptools
@@ -29,4 +29,8 @@ FILES_${PN} += "${prefix}/share/pixmaps"
FILES_${PN} += "${prefix}/share/applications"
FILES_${PN}-addons-illume = "${prefix}/share/applications/shr-settings-addons-illume"
FILES_${PN}-backup-configuration = "${sysconfdir}/shr-settings/"
-CONFFILES_${PN}-backup-configuration = "${sysconfdir}/shr-settings/*"
+CONFFILES_${PN}-backup-configuration = "\
+ ${sysconfdir}/shr-settings/backup.conf \
+ ${sysconfdir}/shr-settings/backup.blacklist \
+ ${sysconfdir}/shr-settings/backup.whitelist \
+"