diff options
-rw-r--r-- | meta-oe/recipes-support/upower/upower_0.99.17.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.99.17.bb b/meta-oe/recipes-support/upower/upower_0.99.17.bb index 0572cc801b..5e2f04f312 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.17.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.17.bb | |||
@@ -11,11 +11,12 @@ DEPENDS = " \ | |||
11 | dbus-glib \ | 11 | dbus-glib \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https;branch=master" | 14 | SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" |
15 | SRCREV = "c889154ec8e3e2239db9260d48b2e198d72ba002" | 15 | SRC_URI[sha256sum] = "de7177deb2ee23d9c505046c74a856564acab8fd1d39aa1541d123af5a99ca8d" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/${BPN}-v${PV}" |
17 | 17 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "UPOWER_(?P<pver>\d+(\_\d+)+)" | 18 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" |
19 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
19 | 20 | ||
20 | GIR_MESON_ENABLE_FLAG = "enabled" | 21 | GIR_MESON_ENABLE_FLAG = "enabled" |
21 | GIR_MESON_DISABLE_FLAG = "disabled" | 22 | GIR_MESON_DISABLE_FLAG = "disabled" |