summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-02-10 08:34:21 -0800
committerArmin Kuster <akuster808@gmail.com>2019-02-11 18:00:54 -0800
commit3580a04766088b5d8dc0bb37ae636fd9dd1c5b49 (patch)
treef2abef84a95cae3c62eb551daa4fd470f90a0df5
parent0e8ac771a0a7c26db9685d9897fe56fbabaca9dd (diff)
downloadmeta-security-3580a04766088b5d8dc0bb37ae636fd9dd1c5b49.tar.gz
clamav: update llvm to 8.0
ERROR: Nothing PROVIDES 'llvm6.0' Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/clamav/clamav_0.99.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/clamav/clamav_0.99.4.bb b/recipes-security/clamav/clamav_0.99.4.bb
index 8c2c2fa..1d09ba6 100644
--- a/recipes-security/clamav/clamav_0.99.4.bb
+++ b/recipes-security/clamav/clamav_0.99.4.bb
@@ -35,7 +35,7 @@ GID = "clamav"
35# as defined below 35# as defined below
36 36
37CLAMAV_LLVM ?= "oellvm" 37CLAMAV_LLVM ?= "oellvm"
38CLAMAV_LLVM_RELEASE ?= "6.0" 38CLAMAV_LLVM_RELEASE ?= "8.0"
39 39
40PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}" 40PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}"
41PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" 41PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"