summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-08 10:28:35 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-21 17:31:29 -0400
commit04270c3baae697b7964045bf2c783ecd74e11605 (patch)
tree6886190844ff002fea6bb39a10f253bcac0f0ff2 /recipes-networking
parent8cd1584a01093491539368dd4eabc7068bc25a7b (diff)
downloadmeta-virtualization-04270c3baae697b7964045bf2c783ecd74e11605.tar.gz
networking: introduce slirp dependency
Importing libslirp to meet the requirements of the updated slirp4netns. This is very similar to: https://github.com/schnitzeltony/meta-retro/blob/master/recipes-support/slirp/libslirp.bb But we create our own recipe for now, as we don't want to introduce more layer dependencies. If we can get libslirp moved to meta-openembedded, we'll drop this recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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