summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-networking/slirp4netns/slirp4netns_0.4.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
new file mode 100644
index 00000000..b47df968
--- /dev/null
+++ b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
@@ -0,0 +1,16 @@
1SUMMARY = "User-mode networking for unprivileged network namespaces."
2DESCRIPTION = "slirp4netns allows connecting a network namespace to the \
3Internet in a completely unprivileged way, by connecting a TAP device in a \
4network namespace to the usermode TCP/IP stack ("slirp")."
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
8
9SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
10SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1"
11
12DEPENDS = "glib-2.0 libcap libseccomp"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig