Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] matchbox-panel-2: add sysfs support
@ 2024-10-20 11:39 Dixit Parmar
  2024-10-21 10:31 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Dixit Parmar @ 2024-10-20 11:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dixit Parmar

This configures matchbox-panel-2 to use sysfs based
mechanism to retrieve power_supply information.
Kept previous options(acpi, apm) as it is because the
configure.ac allows only single configuration at a time.

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
 meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
index 3dec68b963..a0e7110534 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
@@ -30,6 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \
 EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
 EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"
 EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}"
+EXTRA_OECONF += "--with-battery=sysfs"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-21 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-20 11:39 [PATCH 1/1] matchbox-panel-2: add sysfs support Dixit Parmar
2024-10-21 10:31 ` [OE-core] " Alexander Kanavin
2024-10-21 11:58   ` Dixit Parmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox