88a62fac1f
slirp depends on libglib2, don't update xen as it already depends on it Fixes: - http://autobuild.buildroot.org/results/0b9cff1bc650876a6fff6102b2cb31dcdf4c5e8f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
582 B
Makefile
18 lines
582 B
Makefile
################################################################################
|
|
#
|
|
# slirp
|
|
#
|
|
################################################################################
|
|
|
|
SLIRP_VERSION = 4.3.1
|
|
SLIRP_SOURCE = libslirp-$(SLIRP_VERSION).tar.xz
|
|
# Other "official" tarballs don't ship .tarball-version resulting in a build
|
|
# failure: https://gitlab.freedesktop.org/slirp/libslirp/-/issues/24
|
|
SLIRP_SITE = https://elmarco.fedorapeople.org
|
|
SLIRP_LICENSE = BSD-3-Clause
|
|
SLIRP_LICENSE_FILES = COPYRIGHT
|
|
SLIRP_INSTALL_STAGING = YES
|
|
SLIRP_DEPENDENCIES = libglib2
|
|
|
|
$(eval $(meson-package))
|