mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
+3
-1
@@ -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
|
||||
Reference in New Issue
Block a user