summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-09-27 11:50:51 +0000
committerMatthew Allum <mallum@openedhand.com>2005-09-27 11:50:51 +0000
commit13b143887f43d3902678d7d898fd870b32f821b7 (patch)
tree4bf6f3cd9323cdb29678d4bed7dc8d01dca1a276 /openembedded
parent707ecedca243d718f4f4d8f00d442d51a20756db (diff)
downloadpoky-13b143887f43d3902678d7d898fd870b32f821b7.tar.gz
Add matchbox-poky setup
git-svn-id: https://svn.o-hand.com/repos/poky@41 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session4
-rw-r--r--openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb12
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 @@
1#!/bin/sh
2matchbox-desktop --icon-size 48 &
3matchbox-panel --default-apps mb-applet-battery,mb-applet-clock &
4exec 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 @@
1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL"
3SECTION = "x11"
4PR = "r0"
5
6SRC_URI = "file://etc"
7S = ${WORKDIR}
8
9do_install() {
10 cp -R ${S}/etc ${D}/etc
11 chmod -R 755 ${D}/etc
12} \ No newline at end of file