summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-29 19:07:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-29 19:07:08 +0000
commite728a8ad5efd079e767d7b0bc100a7f033bb9f87 (patch)
treec9d9c6e7f361f5808a23cbeea449ee2e3d8080cc /meta/packages/matchbox-sato
parent25152eb8e7e5da2268fef8397bd5abad7c255d91 (diff)
downloadast2050-yocto-poky-e728a8ad5efd079e767d7b0bc100a7f033bb9f87.zip
ast2050-yocto-poky-e728a8ad5efd079e767d7b0bc100a7f033bb9f87.tar.gz
matchbox-sato/poky: Remove matchbox-keyboard handling (now uneeded)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1810 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session20
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb2
2 files changed, 1 insertions, 21 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index b3bde29..5b41cbe 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -1,27 +1,7 @@
#!/bin/sh
-module_id() {
- awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
-}
-
SHOWCURSOR="no"
-## Start up machine specific input devices. Really needs to go in its own session
-case `module_id` in
- # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
- "Generic OMAP1510/1610/1710")
- matchbox-keyboard --daemon &
- ;;
- "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | \
- "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
- matchbox-keyboard --daemon --orientation portrait &
- ;;
- # qemu machines.. likely need better detection
- "ARM-IntegratorCP" | "ARM-Versatile PB")
- #SHOWCURSOR="yes"
- ;;
-esac
-
## All this should be done by themeing/xsettings.. ##
matchbox-desktop &
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index 3cda648..b582d88 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
-PR = "r11"
+PR = "r12"
SRC_URI = "file://etc"
S = ${WORKDIR}
OpenPOWER on IntegriCloud