diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-29 16:16:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 08:59:46 -0700 |
commit | 71178454197a274a08f4fb5999e2c5e1f8dc6570 (patch) | |
tree | 907cac0d13f13575b67863ebbad2dc4daf43ebec /meta-networking | |
parent | 6f3b52f4589bfa942e473488f91ecef85d339e78 (diff) | |
download | meta-openembedded-71178454197a274a08f4fb5999e2c5e1f8dc6570.tar.gz |
tgt: upgrade 1.0.79 -> 1.0.82
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-extended/tgt/tgt_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-extended/tgt/tgt_git.bb b/meta-networking/recipes-extended/tgt/tgt_git.bb index 42141cb72d..ada0fd1742 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" | |||
4 | LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" | 4 | LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" |
5 | DEPENDS = "sg3-utils libaio" | 5 | DEPENDS = "sg3-utils libaio" |
6 | 6 | ||
7 | SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51" | 7 | SRCREV = "fd4ca0546aa20fa9627c41ca2028db26e11f8d56" |
8 | PV = "1.0.79+git${SRCPV}" | 8 | PV = "1.0.82" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/fujita/tgt.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/fujita/tgt.git;branch=master;protocol=https \ |
11 | file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \ | 11 | file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \ |