From: Adrian Bunk Date: Tue, 12 May 2020 20:37:47 +0000 (+0300) Subject: libtasn1: Remove workaround for host gcc < 5 X-Git-Tag: uninative-2.9~828 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c037f830856018b212d532198ae17932b3521d1;p=openembedded-core.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 8337b70241..18dae6d0c9 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"