From 440a53ff3ffe74bd95c969260ee30fa3598677cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 1 Jan 2022 14:09:36 +0100 Subject: [PATCH] libslirp: initial add 4.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/slirp/libslirp.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-support/slirp/libslirp.bb diff --git a/recipes-support/slirp/libslirp.bb b/recipes-support/slirp/libslirp.bb new file mode 100644 index 0000000..67f3413 --- /dev/null +++ b/recipes-support/slirp/libslirp.bb @@ -0,0 +1,14 @@ +SUMMARY = "A general purpose TCP-IP emulator" +LICENSE = "BSD-3-Clause & MIT" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" + +SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" +SRCREV = "cceced0cce9d578ed01db68edf31af78eb66f858" +PV = "4.6.1" +S = "${WORKDIR}/git" + +DEPENDS = " \ + glib-2.0 \ +" + +inherit meson pkgconfig