upower: bump to 1.90.6

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Marc Ferland 2024-12-12 14:40:45 -05:00 committed by Khem Raj
parent 7171442d10
commit f929ae2a08
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,7 @@ DEPENDS = " \
"
SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2"
SRC_URI[sha256sum] = "de7177deb2ee23d9c505046c74a856564acab8fd1d39aa1541d123af5a99ca8d"
SRC_URI[sha256sum] = "aed4e42a21307512ad236ad58d7ee4e0196670c8524a168a0edccdc32964ea0c"
S = "${WORKDIR}/${BPN}-v${PV}"
UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags"
@ -43,3 +43,9 @@ FILES:${PN} += " \
${datadir}/dbus-1/ \
${base_libdir}/udev/* \
"
do_install:append() {
# remove integration tests scripts
rm -rf ${D}${datadir}/installed-tests
rm -rf ${D}${libexecdir}/upower
}