diff options
| -rw-r--r-- | recipes-networking/slirp/libslirp_git.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "A general purpose TCP-IP emulator" | ||
| 2 | LICENSE = "BSD-3-Clause & MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" | ||
| 4 | |||
| 5 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" | ||
| 6 | SRCREV = "bf917b89d64f57d9302aba4b2f027ea68fb78c13" | ||
| 7 | PV = "4.6.1" | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | DEPENDS = " \ | ||
| 11 | glib-2.0 \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit meson pkgconfig | ||
