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.
This commit is contained in:
Andreas Cord-Landwehr
2022-05-28 13:34:24 +02:00
parent 9e4e68c878
commit 2eafa7168f
5 changed files with 6 additions and 6 deletions

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"
SRCREV = "f8f3e8ce6e434b1f4b9fc7071e954214bae9a8ef"

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"
SRCREV = "2af42fb090538c77c33721f1d39ae5ab99870e5c"

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"
SRCREV = "ccab85232550419100207ed61fe1bbbb35c112ff"

View File

@@ -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"

View File

@@ -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