[meta-networking] tgt: upgrade 1.0.79 -> 1.0.82

Message ID 1651220195-27553-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-networking] tgt: upgrade 1.0.79 -> 1.0.82 | expand

Commit Message

Mingyu Wang (Fujitsu) April 29, 2022, 8:16 a.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-networking/recipes-extended/tgt/tgt_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/meta-networking/recipes-extended/tgt/tgt_git.bb b/meta-networking/recipes-extended/tgt/tgt_git.bb
index 42141cb72..ada0fd174 100644
--- a/meta-networking/recipes-extended/tgt/tgt_git.bb
+++ b/meta-networking/recipes-extended/tgt/tgt_git.bb
@@ -4,8 +4,8 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c"
 DEPENDS = "sg3-utils libaio"
 
-SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51"
-PV = "1.0.79+git${SRCPV}"
+SRCREV = "fd4ca0546aa20fa9627c41ca2028db26e11f8d56"
+PV = "1.0.82"
 
 SRC_URI = "git://github.com/fujita/tgt.git;branch=master;protocol=https \
 	file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \