diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-09 11:10:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:13:55 +0000 |
commit | 0265fcc7786acb4d0b8923308fb66d518fc59dce (patch) | |
tree | 899f371fd8a07abf931fc0e49407ab4423f8d86f /meta/recipes-support | |
parent | 8660cd1cffe5fe47ee782e4d927cd0f2451dfdab (diff) | |
download | poky-0265fcc7786acb4d0b8923308fb66d518fc59dce.tar.gz |
nettle: disable static for 2.7.1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb index 05390a0287..d4df0a3a8e 100644 --- a/meta/recipes-support/nettle/nettle_2.7.1.bb +++ b/meta/recipes-support/nettle/nettle_2.7.1.bb | |||
@@ -14,3 +14,5 @@ SRC_URI += "\ | |||
14 | file://CVE-2015-8803_8805.patch \ | 14 | file://CVE-2015-8803_8805.patch \ |
15 | file://CVE-2015-8804.patch \ | 15 | file://CVE-2015-8804.patch \ |
16 | " | 16 | " |
17 | |||
18 | DISABLE_STATIC = "" | ||