summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:05 +0100
commitd6c564632c816a1cb664830634119f2e1a24beb7 (patch)
tree4e4ad65924a8629cf628a48fa9c62976386503d4 /meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
parentc710430aa1a5a30d3087c3102485d4621e8d179e (diff)
downloadpoky-d6c564632c816a1cb664830634119f2e1a24beb7.tar.gz
eee-acpi-scripts: remove the recipe
Asus EEEPc hardware is well obsolete, upstream repo is now gone. (From OE-Core rev: 2ac9d94a4d9b88d56ac6af1dd4d7f3d383439a12) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch')
-rw-r--r--meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch b/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
deleted file mode 100644
index 403e5569b8..0000000000
--- a/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1---
2 actions/power.sh | 3 +++
3 events/powerbtn | 2 ++
4 2 files changed, 5 insertions(+)
5
6Upstream-Status: Inappropriate [enable feature]
7
8Index: git/events/powerbtn
9===================================================================
10--- /dev/null 1970-01-01 00:00:00.000000000 +0000
11+++ git/events/powerbtn 2008-10-08 17:43:35.000000000 +0200
12@@ -0,0 +1,2 @@
13+event=button/power PWRF
14+action=/etc/acpi/actions/power.sh
15Index: git/actions/power.sh
16===================================================================
17--- /dev/null 1970-01-01 00:00:00.000000000 +0000
18+++ git/actions/power.sh 2008-10-08 17:45:26.000000000 +0200
19@@ -0,0 +1,3 @@
20+#!/bin/sh
21+
22+/sbin/shutdown -h now "Power button pressed"