diff options
-rw-r--r-- | meta-oe/recipes-support/upower/upower_1.90.10.bb (renamed from meta-oe/recipes-support/upower/upower_1.90.6.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/upower/upower_1.90.6.bb b/meta-oe/recipes-support/upower/upower_1.90.10.bb index d2f58d5b22..a7effcd7de 100644 --- a/meta-oe/recipes-support/upower/upower_1.90.6.bb +++ b/meta-oe/recipes-support/upower/upower_1.90.10.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" | 14 | SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" |
15 | SRC_URI[sha256sum] = "aed4e42a21307512ad236ad58d7ee4e0196670c8524a168a0edccdc32964ea0c" | 15 | SRC_URI[sha256sum] = "c1baf418b685ffe4150c8a75c04da0cec70323fe094b5b257b287eea564d3f56" |
16 | S = "${UNPACKDIR}/${BPN}-v${PV}" | 16 | S = "${UNPACKDIR}/${BPN}-v${PV}" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" | 18 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" |
@@ -40,11 +40,13 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
40 | 40 | ||
41 | RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_dbus}" | 41 | RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_dbus}" |
42 | RRECOMMENDS:${PN} += "pm-utils" | 42 | RRECOMMENDS:${PN} += "pm-utils" |
43 | PACKAGES += "${PN}-zsh-completion" | ||
43 | FILES:${PN} += " \ | 44 | FILES:${PN} += " \ |
44 | ${datadir}/dbus-1/ \ | 45 | ${datadir}/dbus-1/ \ |
45 | ${datadir}/polkit-1/ \ | 46 | ${datadir}/polkit-1/ \ |
46 | ${base_libdir}/udev/* \ | 47 | ${base_libdir}/udev/* \ |
47 | " | 48 | " |
49 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
48 | 50 | ||
49 | do_install:append() { | 51 | do_install:append() { |
50 | # remove integration tests scripts | 52 | # remove integration tests scripts |