diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-03 12:43:56 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-03 12:43:56 +0000 |
commit | 75ca14aea7cb692737bf5a51933fbaf56f46fcbc (patch) | |
tree | 65a6d82843be780c348395a6ac2911bfea604df0 | |
parent | ca1d32f37e5515d92572ddeb03d594b8cb132060 (diff) | |
parent | d63abad2c510fb80b1e2dc439f8277bfe39cd5c2 (diff) |
merge of '3c4f69f9ba263ccd43af4bc408f5a6cb8337233a'
and 'a5257d19c1dd5c319436cc57245e4ac23ffcd467'
-rw-r--r-- | packages/openmoko2/openmoko-theme-standard2_svn.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/openmoko2/openmoko-theme-standard2_svn.bb b/packages/openmoko2/openmoko-theme-standard2_svn.bb index b006f6d6dc..ec3b4f702e 100644 --- a/packages/openmoko2/openmoko-theme-standard2_svn.bb +++ b/packages/openmoko2/openmoko-theme-standard2_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Standard Gtk+ theme for the OpenMoko distribution" SECTION = "openmoko/base" RCONFLICTS = "openmoko-theme-standard" PV = "0.1.0+${SVNREV}" -PR = "r3" +PR = "r4" inherit openmoko2 @@ -15,11 +15,7 @@ do_install() { cp -fpPR ${S}/* ${D}${datadir}/themes/openmoko-standard-2/ rm -rf ${D}${datadir}/themes/openmoko-standard-2/patches/ - install -d ${D}${sysconfdir}/gtk-2.0 - echo 'include "${datadir}/themes/openmoko-standard-2/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc } -CONFFILES_${PN} = "${sysconfdir}/gtk-2.0/gtkrc" - PACKAGE_ARCH = "all" -FILES_${PN} = "${datadir} ${sysconfdir}" +FILES_${PN} = "${datadir}" |