Add matchbox-poky setup

git-svn-id: https://svn.o-hand.com/repos/poky@41 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-09-27 11:50:51 +00:00
parent 707ecedca2
commit 13b143887f
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
matchbox-desktop --icon-size 48 &
matchbox-panel --default-apps mb-applet-battery,mb-applet-clock &
exec matchbox-window-manager $@

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
PR = "r0"
SRC_URI = "file://etc"
S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
chmod -R 755 ${D}/etc
}