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 | |
parent | 707ecedca243d718f4f4d8f00d442d51a20756db (diff) | |
download | poky-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-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 @@ | |||
1 | #!/bin/sh | ||
2 | matchbox-desktop --icon-size 48 & | ||
3 | matchbox-panel --default-apps mb-applet-battery,mb-applet-clock & | ||
4 | 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 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | ||
2 | LICENSE = "GPL" | ||
3 | SECTION = "x11" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI = "file://etc" | ||
7 | S = ${WORKDIR} | ||
8 | |||
9 | do_install() { | ||
10 | cp -R ${S}/etc ${D}/etc | ||
11 | chmod -R 755 ${D}/etc | ||
12 | } \ No newline at end of file | ||