mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
upower: upgrade 1.90.6 -> 1.90.10
Update to latest release and add support for zsh completions. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9f8f3279be
commit
039cb45db3
|
|
@ -12,7 +12,7 @@ DEPENDS = " \
|
|||
"
|
||||
|
||||
SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "aed4e42a21307512ad236ad58d7ee4e0196670c8524a168a0edccdc32964ea0c"
|
||||
SRC_URI[sha256sum] = "c1baf418b685ffe4150c8a75c04da0cec70323fe094b5b257b287eea564d3f56"
|
||||
S = "${UNPACKDIR}/${BPN}-v${PV}"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags"
|
||||
|
|
@ -40,11 +40,13 @@ SYSTEMD_AUTO_ENABLE = "disable"
|
|||
|
||||
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_dbus}"
|
||||
RRECOMMENDS:${PN} += "pm-utils"
|
||||
PACKAGES += "${PN}-zsh-completion"
|
||||
FILES:${PN} += " \
|
||||
${datadir}/dbus-1/ \
|
||||
${datadir}/polkit-1/ \
|
||||
${base_libdir}/udev/* \
|
||||
"
|
||||
FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
||||
|
||||
do_install:append() {
|
||||
# remove integration tests scripts
|
||||
Loading…
Reference in New Issue
Block a user