mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 12:17:42 +00:00
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:
parent
7171442d10
commit
f929ae2a08
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user