diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-05 10:47:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-05 10:47:49 +0000 |
commit | 34cb63b42abf48c74d47b03f68aed64162e54c3d (patch) | |
tree | 027c74c9bbc6c7d352ef8525595dcc5e2df5d0a7 /meta | |
parent | dae8dc2dfb3ffbe1d8aa8cb10f9f7b8c82d12364 (diff) | |
download | openembedded-core-34cb63b42abf48c74d47b03f68aed64162e54c3d.tar.gz openembedded-core-34cb63b42abf48c74d47b03f68aed64162e54c3d.tar.bz2 openembedded-core-34cb63b42abf48c74d47b03f68aed64162e54c3d.zip |
matchbox-sato: update postinst to work with new initscript functions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5021 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb index 84f2a858aa..76c8797d4f 100644 --- a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" -PR = "r23" +PR = "r24" SRC_URI = "file://session" S = "${WORKDIR}" @@ -24,7 +24,7 @@ gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --dire 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 [ "`cpuinfo_id`" = "GTA01" ] +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 |