From 918e226afe2c8fe51e6796d45ad6abcf1baeb679 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 30 Jul 2007 21:37:19 +0000 Subject: openmoko-theme-standard[2]: set CONFFILES, fix SRC_URI --- packages/openmoko-base/openmoko-theme-standard_svn.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/openmoko-base') diff --git a/packages/openmoko-base/openmoko-theme-standard_svn.bb b/packages/openmoko-base/openmoko-theme-standard_svn.bb index 6265526de6..8bf59ac707 100644 --- a/packages/openmoko-base/openmoko-theme-standard_svn.bb +++ b/packages/openmoko-base/openmoko-theme-standard_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Standard Gtk+ theme for the OpenMoko distribution" SECTION = "openmoko/base" PV = "0.0+svn${SRCDATE}" -PR = "r4" +PR = "r5" inherit openmoko-base @@ -21,5 +21,7 @@ do_install() { echo 'include "${datadir}/themes/openmoko-standard/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc } +CONFFILES_${PN} = "${sysconfdir}/gtk-2.0/gtkrc" + PACKAGE_ARCH = "all" FILES_${PN} = "${datadir} ${sysconfdir}" -- cgit 1.2.3-korg