]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add matchbox-poky setup
authorMatthew Allum <mallum@openedhand.com>
Tue, 27 Sep 2005 11:50:51 +0000 (11:50 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 27 Sep 2005 11:50:51 +0000 (11:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@41 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session [new file with mode: 0755]
openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb [new file with mode: 0644]

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 (executable)
index 0000000..ef608f5
--- /dev/null
@@ -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 (file)
index 0000000..0d4edc3
--- /dev/null
@@ -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