From 08a479521b2ad1ffb7b2168c627597725ad1d94f Mon Sep 17 00:00:00 2001 From: Mr Jenkins Date: Tue, 31 May 2022 12:22:31 +0200 Subject: [PATCH] meta-netmodule-distro: updated source revisions --- recipes-tools/battery-test/battery-test_git.bb | 2 +- recipes-tools/libnmapp/libnmapp_git.bb | 2 +- recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb | 2 +- recipes-tools/ssf-mgr/ssf-mgr_git.bb | 2 +- recipes-tools/sys-mon/sys-mon_git.bb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-tools/battery-test/battery-test_git.bb b/recipes-tools/battery-test/battery-test_git.bb index e40a35e..bdb4fc8 100644 --- a/recipes-tools/battery-test/battery-test_git.bb +++ b/recipes-tools/battery-test/battery-test_git.bb @@ -10,7 +10,7 @@ RDEPENDS_${PN} = "python3-core python3-smbus" SRC_URI = "git://git.netmodule.intranet/nm-tools/smart-battery.git;protocol=ssh;user=gitea;branch=master " -SRCREV = "${AUTOREV}" +SRCREV ?= "7caae36f50ea23f69458fc50887c5ab59b4d48f3" S = "${WORKDIR}/git" diff --git a/recipes-tools/libnmapp/libnmapp_git.bb b/recipes-tools/libnmapp/libnmapp_git.bb index 9536432..6785800 100644 --- a/recipes-tools/libnmapp/libnmapp_git.bb +++ b/recipes-tools/libnmapp/libnmapp_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=1f002990697cc3f88357d1c0790d47b2" SRC_URI = "git://gitlab.com/netmodule/tools/libnmapp.git;protocol=ssh;user=git;branch=develop" -SRCREV = "${AUTOREV}" +SRCREV ?= "17508c33a5435a8d680c63052960ad5ca19d5b3c" PV = "0.0.1+git${SRCPV}" LIB_SHORT_NAME = "nmapp" diff --git a/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb b/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb index 3ee6aab..499e4ed 100644 --- a/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb +++ b/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} = " \ SRC_URI = " \ git://gitlab.com/netmodule/tools/nmhw-fwupdate.git;user=git;protocol=ssh; \ " -SRCREV = "${AUTOREV}" +SRCREV ?= "68b84ce457e8cd4a59e2f366114edf0098acbe4d" S = "${WORKDIR}/git/src" diff --git a/recipes-tools/ssf-mgr/ssf-mgr_git.bb b/recipes-tools/ssf-mgr/ssf-mgr_git.bb index 05d6cf0..30ca900 100644 --- a/recipes-tools/ssf-mgr/ssf-mgr_git.bb +++ b/recipes-tools/ssf-mgr/ssf-mgr_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=6f1c528c9a0010ef398e26c661ff286e" SRC_URI = "git://gitlab.com/netmodule/tools/ssf-mgr.git;protocol=ssh;user=git;branch=develop" -SRCREV = "${AUTOREV}" +SRCREV ?= "f38b4845464ed7f56cd371fec9bcf9b139077947" PV = "0.0.1+git${SRCPV}" diff --git a/recipes-tools/sys-mon/sys-mon_git.bb b/recipes-tools/sys-mon/sys-mon_git.bb index b966a62..1f52d60 100644 --- a/recipes-tools/sys-mon/sys-mon_git.bb +++ b/recipes-tools/sys-mon/sys-mon_git.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bde2a6343527f4ace81c3fb4ca0d2742" SRC_URI = "git://gitlab.netmodule.intranet/oem-linux/tools/sys-mon.git;protocol=ssh;user=git;branch=develop" -SRCREV = "${AUTOREV}" +SRCREV ?= "495c4e4364af589c04a1ff52b048615c9d2e931c" PV = "0.0.1+git${SRCPV}"