mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/slirp: add libglib2 mandatory dependency
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>
(cherry picked from commit 88a62fac1f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
062f732520
commit
66abb77157
@@ -1,5 +1,9 @@
|
|||||||
config BR2_PACKAGE_SLIRP
|
config BR2_PACKAGE_SLIRP
|
||||||
bool "slirp"
|
bool "slirp"
|
||||||
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
libslirp is a user-mode networking library used by virtual
|
libslirp is a user-mode networking library used by virtual
|
||||||
machines, containers or various tools.
|
machines, containers or various tools.
|
||||||
@@ -18,3 +22,7 @@ config BR2_PACKAGE_SLIRP
|
|||||||
around May 2009 which archived it in 2012
|
around May 2009 which archived it in 2012
|
||||||
- So we switched to
|
- So we switched to
|
||||||
https://gitlab.freedesktop.org/slirp/libslirp
|
https://gitlab.freedesktop.org/slirp/libslirp
|
||||||
|
|
||||||
|
comment "slirp needs a toolchain w/ wchar, threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|||||||
@@ -12,5 +12,6 @@ SLIRP_SITE = https://elmarco.fedorapeople.org
|
|||||||
SLIRP_LICENSE = BSD-3-Clause
|
SLIRP_LICENSE = BSD-3-Clause
|
||||||
SLIRP_LICENSE_FILES = COPYRIGHT
|
SLIRP_LICENSE_FILES = COPYRIGHT
|
||||||
SLIRP_INSTALL_STAGING = YES
|
SLIRP_INSTALL_STAGING = YES
|
||||||
|
SLIRP_DEPENDENCIES = libglib2
|
||||||
|
|
||||||
$(eval $(meson-package))
|
$(eval $(meson-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user