From 2eafa7168fc442a1920695bacb46e90ff4f9f331 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 28 May 2022 13:34:24 +0200 Subject: [PATCH] Avoid using floating tag/branch without a fixed SRCREV Align with stricter restrictions from Kirkstone when no SRCPV is used. However, using fixed hashes is the much prefered way because tags can be floating depending on upstream. --- recipes-kdesupport/phonon_4.11.1.bb | 2 +- recipes-kdesupport/plasma-wayland-protocols_1.7.0.bb | 2 +- .../{polkit-qt-1_0.113.0.bb => polkit-qt-1_0.114.0.bb} | 2 +- recipes-support/libdmtx_0.7.5.bb | 2 +- recipes-support/{lmdb_0.9.28.bb => lmdb_0.9.29.bb} | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) rename recipes-kdesupport/{polkit-qt-1_0.113.0.bb => polkit-qt-1_0.114.0.bb} (62%) rename recipes-support/{lmdb_0.9.28.bb => lmdb_0.9.29.bb} (87%) diff --git a/recipes-kdesupport/phonon_4.11.1.bb b/recipes-kdesupport/phonon_4.11.1.bb index 6082bec..0346e8f 100644 --- a/recipes-kdesupport/phonon_4.11.1.bb +++ b/recipes-kdesupport/phonon_4.11.1.bb @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRCREV = "v${PV}" +SRCREV = "f8f3e8ce6e434b1f4b9fc7071e954214bae9a8ef" diff --git a/recipes-kdesupport/plasma-wayland-protocols_1.7.0.bb b/recipes-kdesupport/plasma-wayland-protocols_1.7.0.bb index 6082bec..89c1ecd 100644 --- a/recipes-kdesupport/plasma-wayland-protocols_1.7.0.bb +++ b/recipes-kdesupport/plasma-wayland-protocols_1.7.0.bb @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRCREV = "v${PV}" +SRCREV = "2af42fb090538c77c33721f1d39ae5ab99870e5c" diff --git a/recipes-kdesupport/polkit-qt-1_0.113.0.bb b/recipes-kdesupport/polkit-qt-1_0.114.0.bb similarity index 62% rename from recipes-kdesupport/polkit-qt-1_0.113.0.bb rename to recipes-kdesupport/polkit-qt-1_0.114.0.bb index 6082bec..5e512ed 100644 --- a/recipes-kdesupport/polkit-qt-1_0.113.0.bb +++ b/recipes-kdesupport/polkit-qt-1_0.114.0.bb @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRCREV = "v${PV}" +SRCREV = "ccab85232550419100207ed61fe1bbbb35c112ff" diff --git a/recipes-support/libdmtx_0.7.5.bb b/recipes-support/libdmtx_0.7.5.bb index 694b650..6dbdf55 100644 --- a/recipes-support/libdmtx_0.7.5.bb +++ b/recipes-support/libdmtx_0.7.5.bb @@ -13,6 +13,6 @@ PR = "r1" inherit autotools -SRCREV = "v${PV}" +SRCREV = "53f001bbcb09f40747d645997f723fc96a58fec2" SRC_URI = "git://github.com/dmtx/libdmtx;nobranch=1;protocol=https" S = "${WORKDIR}/git" diff --git a/recipes-support/lmdb_0.9.28.bb b/recipes-support/lmdb_0.9.29.bb similarity index 87% rename from recipes-support/lmdb_0.9.28.bb rename to recipes-support/lmdb_0.9.29.bb index f9e8d73..9b90f6e 100644 --- a/recipes-support/lmdb_0.9.28.bb +++ b/recipes-support/lmdb_0.9.29.bb @@ -8,8 +8,8 @@ HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/" LICENSE = "OLDAP-2.8" LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972" -SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1" -SRCREV = "LMDB_${PV}" +SRC_URI = "git://github.com/LMDB/lmdb.git;protocol=https;nobranch=1" +SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" inherit base