summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-06 11:56:38 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-06 11:56:38 +0000
commit1d4973ef081f04c09d027a8d6c3b6f925796be26 (patch)
treee552441f68adf68b6cbbc87d9b6af890952fb156 /meta/packages/oh
parent3f4d5483c7d8d5f9a4d33e0b07617aa74d0d0324 (diff)
downloadpoky-1d4973ef081f04c09d027a8d6c3b6f925796be26.tar.gz
qemu-config: Update to use system-shutdown icon
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3672 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh')
-rw-r--r--meta/packages/oh/qemu-config.bb6
-rw-r--r--meta/packages/oh/qemu-config/qemuarm/shutdown.desktop2
-rw-r--r--meta/packages/oh/qemu-config/shutdown.desktop2
-rw-r--r--meta/packages/oh/qemu-config/shutdown.pngbin4823 -> 0 bytes
4 files changed, 3 insertions, 7 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb
index 6aed63b338..7255851c1f 100644
--- a/meta/packages/oh/qemu-config.bb
+++ b/meta/packages/oh/qemu-config.bb
@@ -1,13 +1,12 @@
1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" 1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
2LICENSE = "GPL" 2LICENSE = "GPL"
3RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash" 3RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash"
4PR = "r12" 4PR = "r14"
5 5
6SRC_URI = "file://distcc.sh \ 6SRC_URI = "file://distcc.sh \
7 file://anjuta-remote-run \ 7 file://anjuta-remote-run \
8 file://exports \ 8 file://exports \
9 file://shutdown.desktop \ 9 file://shutdown.desktop \
10 file://shutdown.png \
11 file://poky-chroot-init \ 10 file://poky-chroot-init \
12 file://poky-chroot-launch \ 11 file://poky-chroot-launch \
13 file://qemu-autostart" 12 file://qemu-autostart"
@@ -31,9 +30,6 @@ do_install() {
31 install -d ${D}${datadir}/applications 30 install -d ${D}${datadir}/applications
32 install -m 0644 shutdown.desktop ${D}${datadir}/applications/ 31 install -m 0644 shutdown.desktop ${D}${datadir}/applications/
33 32
34 install -d ${D}${datadir}/pixmaps
35 install -m 0644 shutdown.png ${D}${datadir}/pixmaps/
36
37 install -d ${D}/etc/init.d 33 install -d ${D}/etc/init.d
38 install qemu-autostart ${D}/etc/init.d/ 34 install qemu-autostart ${D}/etc/init.d/
39} 35}
diff --git a/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop b/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop
index 2a42af5dcd..b973d4318e 100644
--- a/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop
+++ b/meta/packages/oh/qemu-config/qemuarm/shutdown.desktop
@@ -4,7 +4,7 @@ Type=Application
4Name=Shutdown 4Name=Shutdown
5Comment=Close down the machine safely 5Comment=Close down the machine safely
6Exec=reboot 6Exec=reboot
7Icon=shutdown.png 7Icon=system-shutdown
8Terminal=false 8Terminal=false
9Categories=Utility; 9Categories=Utility;
10StartupNotify=true \ No newline at end of file 10StartupNotify=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
index c1cb805694..272688922c 100644
--- a/meta/packages/oh/qemu-config/shutdown.desktop
+++ b/meta/packages/oh/qemu-config/shutdown.desktop
@@ -4,7 +4,7 @@ Type=Application
4Name=Shutdown 4Name=Shutdown
5Comment=Close down the machine safely 5Comment=Close down the machine safely
6Exec=halt 6Exec=halt
7Icon=shutdown.png 7Icon=system-shutdown
8Terminal=false 8Terminal=false
9Categories=Utility; 9Categories=Utility;
10StartupNotify=true \ No newline at end of file 10StartupNotify=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
deleted file mode 100644
index abf3f790dc..0000000000
--- a/meta/packages/oh/qemu-config/shutdown.png
+++ /dev/null
Binary files differ