diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 14:32:45 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-04 22:12:27 -0700 |
commit | 72567733033347b662d9baa07432985fd2da3efa (patch) | |
tree | 4e8eadc3bc714181d15625d57af42985ecdf27c9 /meta/recipes-sato | |
parent | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (diff) | |
download | openembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.gz openembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.bz2 openembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.xz openembedded-core-72567733033347b662d9baa07432985fd2da3efa.zip |
Remove machine-specific metadata for machines no longer in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index a4abea4b8..01e456e45 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb @@ -44,11 +44,5 @@ fi gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/touchscreen true - -if [ "`machine_id`" = "gta01" ] -then - gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 6" -else - gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" -fi +gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" } |