summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.tar.gz
openembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.tar.bz2
openembedded-core-13b143887f43d3902678d7d898fd870b32f821b7.tar.xz
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')
-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 000000000..ef608f5a2
--- /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 000000000..0d4edc340
--- /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