summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
index d0f507e673..c5096c1530 100644
--- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
+++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
5 5
6SRC_URI = "file://shutdown.desktop" 6SRC_URI = "file://shutdown.desktop"
7 7
8PR = "r1"
9
8S = "${WORKDIR}" 10S = "${WORKDIR}"
9 11
10do_install() { 12do_install() {
@@ -14,7 +16,8 @@ do_install() {
14 16
15pkg_postinst_${PN} () { 17pkg_postinst_${PN} () {
16 grep -q qemuarm $D${sysconfdir}/hostname && \ 18 grep -q qemuarm $D${sysconfdir}/hostname && \
17 sed -i $D${datadir}/applications/shutdown.desktop -e 's/^Exec=halt/Exec=reboot/' 19 sed -i $D${datadir}/applications/shutdown.desktop -e 's/^Exec=halt/Exec=reboot/' \
20 || true
18} 21}
19 22
20inherit allarch 23inherit allarch