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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Aug 10 08:03:53 UTC 2018


Hello,

On Fri, 10 Aug 2018 09:50:44 +0200, Angelo Compagnucci wrote:
> 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

I'm sorry, but did you read my previous e-mail ? You need to replicate
*all* the dependencies of elfutils:

        depends on BR2_USE_WCHAR
        depends on !BR2_STATIC_LIBS
        # Only glibc and uClibc implement the myriad of required GNUisms
        depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list