summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-29 08:05:48 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-29 08:05:48 -0400
commitdc4a37ed7a132cbe52949b2b4ccb5df0bd0ead50 (patch)
tree552b541505f4f362696fd58e73c911da6404c796
parent239dba39f8030c9494c52cfdc66e49472bde9d7a (diff)
downloadmeta-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.bb4
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"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" 3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
4 4
5SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" 5SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
6SRCREV = "bf917b89d64f57d9302aba4b2f027ea68fb78c13" 6SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
7PV = "4.6.1" 7PV = "4.6.1+git${SRCPV}"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10DEPENDS = " \ 10DEPENDS = " \