diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-07-30 21:48:34 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-07-30 21:48:34 +0000 |
commit | 66c81e1d64f041d0edb36610d0b0f3b1634630f9 (patch) | |
tree | e080f54a8c2fccfc839db49c8f2ec00232792d97 /packages/openmoko-base/openmoko-theme-standard_svn.bb | |
parent | e30dc57c1d794b3a2ecec7414acba7b6ef0e3747 (diff) | |
parent | 65b57203d5134e993f4a99c72c99fc6804bb1439 (diff) |
merge of 'b15a72d39d751ca408617bf95b875f434f8a6377'
and 'e96694990902ffb76becba56bab471a323fab49e'
Diffstat (limited to 'packages/openmoko-base/openmoko-theme-standard_svn.bb')
-rw-r--r-- | packages/openmoko-base/openmoko-theme-standard_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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}" |