diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-12 23:37:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-14 14:15:11 +0100 |
commit | 81da240a5f8263dffb70e00bd52a0783ee6718fc (patch) | |
tree | 65ea4dd744acd74b9baf6f0efe15ab5fd82f20fb /meta/recipes-support/nettle/nettle_3.6.bb | |
parent | ddb312f1b9c9f40d13063c8ca69b70a46360109f (diff) | |
download | poky-81da240a5f8263dffb70e00bd52a0783ee6718fc.tar.gz |
nettle: Remove workaround for gcc < 5
(From OE-Core rev: 09fa9dabe17f69db71f3773f8808af745fb8ed4a)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nettle/nettle_3.6.bb')
-rw-r--r-- | meta/recipes-support/nettle/nettle_3.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/nettle/nettle_3.6.bb b/meta/recipes-support/nettle/nettle_3.6.bb index b71f56d83d..90f8625ae5 100644 --- a/meta/recipes-support/nettle/nettle_3.6.bb +++ b/meta/recipes-support/nettle/nettle_3.6.bb | |||
@@ -30,7 +30,6 @@ inherit autotools ptest multilib_header | |||
30 | EXTRA_AUTORECONF += "--exclude=aclocal" | 30 | EXTRA_AUTORECONF += "--exclude=aclocal" |
31 | 31 | ||
32 | EXTRA_OECONF = "--disable-openssl" | 32 | EXTRA_OECONF = "--disable-openssl" |
33 | CFLAGS_append = " -std=gnu99" | ||
34 | 33 | ||
35 | do_compile_ptest() { | 34 | do_compile_ptest() { |
36 | oe_runmake buildtest | 35 | oe_runmake buildtest |