[oe-commits] Tom : 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.

git version control git at git.openembedded.org
Fri Apr 2 07:50:15 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: b0ab62e6b414f51f7988a074b9e3842c3ecc5e28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0ab62e6b414f51f7988a074b9e3842c3ecc5e28

Author: Tom <tom at stosb.com>
Date:   Wed Mar 31 13:47:16 2010 +0000

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 <Martin.Jansa at gmail.com>

---

 recipes/shr/shr-settings_git.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index 96c16ed..2084be5 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 \
+"





More information about the Openembedded-commits mailing list