diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-25 17:55:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-26 14:14:42 +0100 |
commit | 00865761605d7845d86959323d9739fc95cfcab4 (patch) | |
tree | 0c47e6155ec9ac69881aff662b1051b00960c39d /meta/recipes-devtools/apt | |
parent | f7c278c33078b86584ed322702af3790a20be205 (diff) | |
download | poky-00865761605d7845d86959323d9739fc95cfcab4.tar.gz |
apt: Disable libseccomp
This isn't in DEPENDS and isn't configured. It can detect the library when
pulled in via other dependencies meaning the build isn't deterministic.
Ultimately this could become a PACKAGECONFIG. It doesn't build on musl
so disable it for now until someone fixes and sorts this out properly.
(From OE-Core rev: 1425fe0f28a31b1d4004736b9edb036680e12c92)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt')
-rw-r--r-- | meta/recipes-devtools/apt/apt_2.2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.2.2.bb b/meta/recipes-devtools/apt/apt_2.2.2.bb index 7d1bce558d..326f691ec0 100644 --- a/meta/recipes-devtools/apt/apt_2.2.2.bb +++ b/meta/recipes-devtools/apt/apt_2.2.2.bb | |||
@@ -45,6 +45,7 @@ EXTRA_OECMAKE_append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \ | |||
45 | -DDPKG_DATADIR=${datadir}/dpkg \ | 45 | -DDPKG_DATADIR=${datadir}/dpkg \ |
46 | -DTRIEHASH_EXECUTABLE=${WORKDIR}/triehash \ | 46 | -DTRIEHASH_EXECUTABLE=${WORKDIR}/triehash \ |
47 | -DCMAKE_DISABLE_FIND_PACKAGE_ZSTD=True \ | 47 | -DCMAKE_DISABLE_FIND_PACKAGE_ZSTD=True \ |
48 | -DCMAKE_DISABLE_FIND_PACKAGE_SECCOMP=True \ | ||
48 | -DWITH_TESTS=False \ | 49 | -DWITH_TESTS=False \ |
49 | " | 50 | " |
50 | 51 | ||