libslirp: initial add 4.6.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
14
recipes-support/slirp/libslirp.bb
Normal file
14
recipes-support/slirp/libslirp.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user