summaryrefslogtreecommitdiffstats
path: root/meta/recipes-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
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')
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb2
-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
3 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb
index b71d1e5cd9..83425f60fe 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
11 11
12DEPENDS = "gtk+3 startup-notification dbus dbus-glib dbus-glib-native" 12DEPENDS = "gtk+3 startup-notification dbus dbus-glib dbus-glib-native"
13DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" 13DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
14DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
15 14
16# The startup-notification requires x11 in DISTRO_FEATURES 15# The startup-notification requires x11 in DISTRO_FEATURES
17REQUIRED_DISTRO_FEATURES = "x11" 16REQUIRED_DISTRO_FEATURES = "x11"
@@ -28,7 +27,6 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=https;branch=master \
28 27
29EXTRA_OECONF = "--enable-startup-notification --enable-dbus" 28EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
30EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" 29EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"
31EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}"
32 30
33S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
34 32
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