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:06:23 +0000 |
commit | 2ccce959af1f2b1329cb4adddbb2da7069bc29eb (patch) | |
tree | 355636ece99721882ebb4f018542e1378039c751 | |
parent | 6140379b263c5898128b41857a0bd9d58af84399 (diff) | |
download | openembedded-core-2ccce959af1f2b1329cb4adddbb2da7069bc29eb.tar.gz openembedded-core-2ccce959af1f2b1329cb4adddbb2da7069bc29eb.tar.bz2 openembedded-core-2ccce959af1f2b1329cb4adddbb2da7069bc29eb.zip |
nettle: disable static for 2.7.1
-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 += "\ file://CVE-2015-8803_8805.patch \ file://CVE-2015-8804.patch \ " + +DISABLE_STATIC = "" |