diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-29 08:05:48 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-29 08:05:48 -0400 |
commit | dc4a37ed7a132cbe52949b2b4ccb5df0bd0ead50 (patch) | |
tree | 552b541505f4f362696fd58e73c911da6404c796 | |
parent | 239dba39f8030c9494c52cfdc66e49472bde9d7a (diff) | |
download | meta-virtualization-dc4a37ed7a132cbe52949b2b4ccb5df0bd0ead50.tar.gz |
slirp: update to 4.6.1-latest
Bumping libslirp to version v4.6.1-55-g888ddad, which comprises the following commits:
888ddad Add sanitizers CI runs
55d498c socket: Handle ECONNABORTED from recv
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-networking/slirp/libslirp_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb index a0959d84..aeb61f63 100644 --- a/recipes-networking/slirp/libslirp_git.bb +++ b/recipes-networking/slirp/libslirp_git.bb | |||
@@ -3,8 +3,8 @@ LICENSE = "BSD-3-Clause & MIT" | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" |
4 | 4 | ||
5 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" | 5 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" |
6 | SRCREV = "bf917b89d64f57d9302aba4b2f027ea68fb78c13" | 6 | SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c" |
7 | PV = "4.6.1" | 7 | PV = "4.6.1+git${SRCPV}" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | DEPENDS = " \ | 10 | DEPENDS = " \ |