blob: 8125bb46a8cce1debcab7eef8ab45d7c626e333c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SUMMARY = "User-mode networking for unprivileged network namespaces."
DESCRIPTION = "slirp4netns allows connecting a network namespace to the \
Internet in a completely unprivileged way, by connecting a TAP device in a \
network namespace to the usermode TCP/IP stack ("slirp")."
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
SRCREV = "ee1542e1532e6a7f266b8b6118973ab3b10a8bb5"
SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https"
PV = "1.3.1+git"
inherit features_check
REQUIRED_DISTRO_FEATURES ?= "seccomp"
DEPENDS = "glib-2.0 libcap libseccomp libslirp"
S = "${WORKDIR}/git"
RRECOMMENDS:${PN} += "kernel-module-tun"
inherit autotools pkgconfig
|