[Buildroot] [PATCH v2] package/sysdig: bump to version 0.22.1

Baruch Siach baruch at tkos.co.il
Fri Aug 10 08:02:30 UTC 2018


Hi Angelo,

Angelo Compagnucci writes:
> This patch bumps sysdig to version 0.22.1 and adds a new dependency on
> elfutils.
>
> Signed-off-by: Angelo Compagnucci <angelo at amarulasolutions.com>
> ---
>  package/sysdig/Config.in   | 4 +++-
>  package/sysdig/sysdig.hash | 2 +-
>  package/sysdig/sysdig.mk   | 4 ++--
>  3 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in
> index 6ccb706..93d8518 100644
> --- a/package/sysdig/Config.in
> +++ b/package/sysdig/Config.in
> @@ -4,7 +4,8 @@ config BR2_PACKAGE_SYSDIG
>  	depends on BR2_INSTALL_LIBSTDCPP # libjson
>  	depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
> -	depends on !BR2_STATIC_LIBS # luajit
> +	depends on BR2_USE_WCHAR # elfutils
> +	depends on !BR2_STATIC_LIBS # luajit, elfutils

The BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC dependency of
elfutils is still missing.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -


More information about the buildroot mailing list