diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-27 11:50:51 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-27 11:50:51 +0000 |
commit | 13b143887f43d3902678d7d898fd870b32f821b7 (patch) | |
tree | 4bf6f3cd9323cdb29678d4bed7dc8d01dca1a276 /openembedded/packages | |
parent | 707ecedca243d718f4f4d8f00d442d51a20756db (diff) | |
download | openembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.tar.gz openembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.tar.bz2 openembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.zip |
Add matchbox-poky setup
git-svn-id: https://svn.o-hand.com/repos/poky@41 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session new file mode 100755 index 0000000000..ef608f5a28 --- /dev/null +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -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 $@ diff --git a/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb new file mode 100644 index 0000000000..0d4edc3404 --- /dev/null +++ b/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb @@ -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 +}
\ No newline at end of file |