summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:28:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-15 08:00:41 +0100
commit5d63d4a08f1b6b5aec866be4800673a5a0ffdcb1 (patch)
treed7c9b2e2584b5c75bc439f6b656d72bc90850995 /meta/recipes-sato/matchbox-sato
parent8f4b90c0430a47ca01fc9205db4b5d16d8bccdaf (diff)
downloadpoky-5d63d4a08f1b6b5aec866be4800673a5a0ffdcb1.tar.gz
apmd: remove recipe and apm MACHINE_FEATURE
APM has been obsolete for a very long time, and debian no longer packages it or carries the source tarball. (From OE-Core rev: d987b79725eb0da2704091d22e3d16b8026fac7d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato/session1
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
index 3a70574af9..61fea51054 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
@@ -22,7 +22,6 @@ matchbox-desktop &
22START_APPLETS=showdesktop,windowselector 22START_APPLETS=showdesktop,windowselector
23END_APPLETS=$KEYBOARD_APPLET,systray,startup-notify,notify 23END_APPLETS=$KEYBOARD_APPLET,systray,startup-notify,notify
24END_APPLETS=battery,$END_APPLETS # feature-acpi 24END_APPLETS=battery,$END_APPLETS # feature-acpi
25END_APPLETS=battery,$END_APPLETS # feature-apm
26END_APPLETS=clock,$END_APPLETS 25END_APPLETS=clock,$END_APPLETS
27END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone 26END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone
28 27
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
index 020e211ea5..49bf30ee5e 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
@@ -26,7 +26,7 @@ FILES:${PN} += "${datadir}/themes/Sato/index.theme"
26 26
27do_install() { 27do_install() {
28 # This is the set of machine features that the script has markers for 28 # This is the set of machine features that the script has markers for
29 FEATURES="acpi apm phone" 29 FEATURES="acpi phone"
30 SCRIPT="${S}/sedder" 30 SCRIPT="${S}/sedder"
31 rm -f $SCRIPT 31 rm -f $SCRIPT
32 touch $SCRIPT 32 touch $SCRIPT