mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
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:
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "f8f3e8ce6e434b1f4b9fc7071e954214bae9a8ef"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "2af42fb090538c77c33721f1d39ae5ab99870e5c"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "ccab85232550419100207ed61fe1bbbb35c112ff"
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user