From: Tom Date: Wed, 31 Mar 2010 13:47:16 +0000 (+0000) Subject: shr-settings: Changed the broken use of * in the CONFFILE section. It seems that... X-Git-Tag: Release-2010-05/1~152^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ab62e6b414f51f7988a074b9e3842c3ecc5e28;p=openembedded.git shr-settings: Changed the broken use of * in the CONFFILE section. It seems that opkg does not respect *s there. Wrote all the files manually instead. Signed-off-by: Martin Jansa --- 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 \ +"