From: Adrian Bunk Date: Tue, 12 May 2020 20:37:47 +0000 (+0300) Subject: libtasn1: Remove workaround for host gcc < 5 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c037f830856018b212d532198ae17932b3521d1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libtasn1: Remove workaround for host gcc < 5 Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/libtasn1_4.16.0.bb b/meta/recipes-support/gnutls/libtasn1_4.16.0.bb index 8337b702419..18dae6d0c9b 100644 --- a/meta/recipes-support/gnutls/libtasn1_4.16.0.bb +++ b/meta/recipes-support/gnutls/libtasn1_4.16.0.bb @@ -19,6 +19,4 @@ SRC_URI[sha256sum] = "0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8 inherit autotools texinfo lib_package gtk-doc -CFLAGS_append_class-native = " -std=gnu99" - BBCLASSEXTEND = "native nativesdk"