diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-22 22:01:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-22 22:01:39 +0000 |
commit | 8840cd25eeb52637ebc59ac859e627fc17f6243c (patch) | |
tree | 9dff2a854e02760e4b9f723bf7c031877ef9796a /meta | |
parent | e06f2c78392ec08913c6ac7c4d0fc24fedea3a5b (diff) | |
download | poky-8840cd25eeb52637ebc59ac859e627fc17f6243c.tar.gz |
qemu-config: Add shutdown desktop file for qemu images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3573 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/oh/qemu-config.bb | 12 | ||||
-rw-r--r-- | meta/packages/oh/qemu-config/qemuarm/shutdown.desktop | 10 | ||||
-rw-r--r-- | meta/packages/oh/qemu-config/shutdown.desktop | 10 | ||||
-rw-r--r-- | meta/packages/oh/qemu-config/shutdown.png | bin | 0 -> 4823 bytes |
4 files changed, 30 insertions, 2 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index 299aea2a76..d7c401eb2e 100644 --- a/meta/packages/oh/qemu-config.bb +++ b/meta/packages/oh/qemu-config.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot" | 3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot" |
4 | PR = "r5" | 4 | PR = "r6" |
5 | 5 | ||
6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
7 | file://anjuta-remote-run \ | 7 | file://anjuta-remote-run \ |
8 | file://exports" | 8 | file://exports \ |
9 | file://shutdown.desktop \ | ||
10 | file://shutdown.png" | ||
9 | 11 | ||
10 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
11 | 13 | ||
@@ -20,4 +22,10 @@ do_install() { | |||
20 | 22 | ||
21 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
22 | install -m 0755 anjuta-remote-run ${D}${bindir}/ | 24 | install -m 0755 anjuta-remote-run ${D}${bindir}/ |
25 | |||
26 | install -d ${D}${datadir}/applications | ||
27 | install -m 0644 shutdown.desktop ${D}${datadir}/applications/ | ||
28 | |||
29 | install -d ${D}${datadir}/pixmaps | ||
30 | install -m 0644 shutdown.png ${D}${datadir}/pixmaps/ | ||
23 | } | 31 | } |
diff --git a/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop b/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop new file mode 100644 index 0000000000..2a42af5dcd --- /dev/null +++ b/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop | |||
@@ -0,0 +1,10 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Type=Application | ||
4 | Name=Shutdown | ||
5 | Comment=Close down the machine safely | ||
6 | Exec=reboot | ||
7 | Icon=shutdown.png | ||
8 | Terminal=false | ||
9 | Categories=Utility; | ||
10 | StartupNotify=true \ No newline at end of file | ||
diff --git a/meta/packages/oh/qemu-config/shutdown.desktop b/meta/packages/oh/qemu-config/shutdown.desktop new file mode 100644 index 0000000000..c1cb805694 --- /dev/null +++ b/meta/packages/oh/qemu-config/shutdown.desktop | |||
@@ -0,0 +1,10 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Type=Application | ||
4 | Name=Shutdown | ||
5 | Comment=Close down the machine safely | ||
6 | Exec=halt | ||
7 | Icon=shutdown.png | ||
8 | Terminal=false | ||
9 | Categories=Utility; | ||
10 | StartupNotify=true \ No newline at end of file | ||
diff --git a/meta/packages/oh/qemu-config/shutdown.png b/meta/packages/oh/qemu-config/shutdown.png new file mode 100644 index 0000000000..abf3f790dc --- /dev/null +++ b/meta/packages/oh/qemu-config/shutdown.png | |||
Binary files differ | |||