[Buildroot] [PATCH] package/tpm2-tss: wip: bump to version 2.3.3

Carlos Santos unixmania at gmail.com
Sun Feb 23 17:21:22 UTC 2020


On Sun, Feb 23, 2020 at 1:35 PM Peter Korsgaard <peter at korsgaard.com> wrote:
>
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:
>
>  > Peter, All,
>  > Title fixed.
>
> Thanks ;)
>
>  > On 2020-02-20 22:45 +0100, Peter Korsgaard spake thusly:
>  >> Bugfix release, fixing a number of issues:
>  > [--SNIP--]
>  >> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
>  > [--SNIP--]
>  >> diff --git a/package/tpm2-tss/tpm2-tss.mk b/package/tpm2-tss/tpm2-tss.mk
>  >> index 08090204ff..470020857a 100644
>  >> --- a/package/tpm2-tss/tpm2-tss.mk
>  >> +++ b/package/tpm2-tss/tpm2-tss.mk
>  > [--SNIP--]
>  >> @@ -17,4 +17,13 @@ TPM2_TSS_AUTORECONF = YES
>  >> # uses C99 code but forgets to pass -std=c99 when --disable-defaultflags is used
>  >> TPM2_TSS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
>  >>
>  >> +# The 2.3.3 tarball accidently contains a Makefile-fuzz-generated.am
>  >> +# with content from a fuzz testing run rather than an empty file,
>  >> +# confusing autoreconf with
>  >> +# 0001-configure-Only-use-CXX-when-fuzzing.patch
>  >> +define TPM2_TSS_TRUNCATE_MAKEFILE_FUZZ_GENERATED_AM
>  >> +   truncate -s 0 $(@D)/Makefile-fuzz-generated.am
>
>  > Use of truncate is rather heavy-handed here...
>  >     printf '' >$(@D)/Makefile-fuzz-generated.am
>
> True - But as truncate is part of coreutils it should be fine.

    : > $(@D)/Makefile-fuzz-generated.am

-- 
Carlos Santos <unixmania at gmail.com>



More information about the buildroot mailing list