Skip to content

Commit

Permalink
upower: upgrade 0.99.13 -> 0.99.17 / build with mesom
Browse files Browse the repository at this point in the history
Port to meson turned into total overhaul of recipe

Version 0.99.17
---------------
Released: 2022-03-09

Bug fixes:
- Fix FD handling issues that may cause lid to not be detected

Version 0.99.16
---------------
Released: 2022-02-23

Bug fixes:
- Silence unnecessary udev event warnings
- Increase test timeout (openembedded#171)
- Explicitly link with plist
- Fix UpClient reference leak
- Fix DisplayDevice state on battery hotplug
- Fix critical action to work after it was cancelled (openembedded#172)

Version 0.99.15
---------------
Released: 2022-02-09

Bug fixes:
- Various build fixes
- Update bluetooth device alias when it changes (openembedded#169)

No info for 0.99.14

Signed-off-by: Andreas Müller <[email protected]>
  • Loading branch information
schnitzeltony committed Apr 3, 2022
1 parent e6c5e68 commit 5265e4f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 38 deletions.
38 changes: 0 additions & 38 deletions meta-oe/recipes-support/upower/upower_0.99.13.bb

This file was deleted.

44 changes: 44 additions & 0 deletions meta-oe/recipes-support/upower/upower_0.99.17.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
SUMMARY = "UPower is an abstraction for enumerating power devices"
DESCRIPTION = "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics."
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"

DEPENDS = " \
intltool-native \
libusb1 \
libgudev \
glib-2.0 \
dbus-glib \
"

SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https;branch=master"
SRCREV = "c889154ec8e3e2239db9260d48b2e198d72ba002"
S = "${WORKDIR}/git"

UPSTREAM_CHECK_GITTAGREGEX = "UPOWER_(?P<pver>\d+(\_\d+)+)"

GIR_MESON_ENABLE_FLAG = "enabled"
GIR_MESON_DISABLE_FLAG = "disabled"
GTKDOC_MESON_OPTION = "gtk-doc"

inherit meson pkgconfig gtk-doc gettext gobject-introspection systemd

PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[idevice] = "-Didevice=enabled,-Didevice=disabled,libimobiledevice libplist"
PACKAGECONFIG[systemd] = "-Dsystemdsystemunitdir=${systemd_system_unitdir},-Dsystemdsystemunitdir=no,systemd"

EXTRA_OEMESON = " \
-Dos_backend=linux \
-Dman=false \
"

SYSTEMD_SERVICE:${PN} = "upower.service"
# don't start on boot by default - dbus does that on demand
SYSTEMD_AUTO_ENABLE = "disable"

RDEPENDS:${PN} += "dbus"
RRECOMMENDS:${PN} += "pm-utils"
FILES:${PN} += " \
${datadir}/dbus-1/ \
${base_libdir}/udev/* \
"

0 comments on commit 5265e4f

Please sign in to comment.