diff options
| author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-04-04 14:57:27 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-04-07 10:26:45 -0700 |
| commit | e92fad507a473ad7494b45e08c801d58b60b1539 (patch) | |
| tree | 0568119492bb3df68e84eec301fc24cb8e7f699c | |
| parent | 48d6ff13e37cd3dcd8b34f215c8a1de42f0baddc (diff) | |
| download | meta-security-e92fad507a473ad7494b45e08c801d58b60b1539.tar.gz | |
clamav: add COMPATIBLE_HOST to fix build error
Add COMPATIBLE_HOST to match what is found in glibc
to avoid build error when using musl
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-scanners/clamav/clamav_0.104.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav/clamav_0.104.0.bb index 491a82f..3bcb5eb 100644 --- a/recipes-scanners/clamav/clamav_0.104.0.bb +++ b/recipes-scanners/clamav/clamav_0.104.0.bb | |||
| @@ -6,6 +6,8 @@ LICENSE = "LGPL-2.1-only" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "glibc llvm libtool db openssl zlib curl libxml2 bison pcre2 json-c libcheck" | 7 | DEPENDS = "glibc llvm libtool db openssl zlib curl libxml2 bison pcre2 json-c libcheck" |
| 8 | 8 | ||
| 9 | COMPATIBLE_HOST:libc-musl:class-target = "null" | ||
| 10 | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17" |
| 10 | 12 | ||
| 11 | # July 27th | 13 | # July 27th |
