summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking')
-rw-r--r--recipes-networking/slirp/libslirp_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb
new file mode 100644
index 00000000..a0959d84
--- /dev/null
+++ b/recipes-networking/slirp/libslirp_git.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A general purpose TCP-IP emulator"
2LICENSE = "BSD-3-Clause & MIT"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
4
5SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
6SRCREV = "bf917b89d64f57d9302aba4b2f027ea68fb78c13"
7PV = "4.6.1"
8S = "${WORKDIR}/git"
9
10DEPENDS = " \
11 glib-2.0 \
12"
13
14inherit meson pkgconfig