mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 10:47:50 +00:00
tracker-miners: Disable seccomp support on musl
seccomp support piece needs APIs e.g. tgkill which are unimplimented in musl [1] Secondly, remove libseccomp from unconditional dependencies it will be only added when packageconfig is selected. [1] https://www.openwall.com/lists/musl/2019/08/02/1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5e7ee914a6
commit
37ef4d73a2
@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
intltool-native \
|
intltool-native \
|
||||||
libseccomp \
|
|
||||||
tracker \
|
tracker \
|
||||||
zlib \
|
zlib \
|
||||||
"
|
"
|
||||||
@ -43,6 +42,9 @@ PACKAGECONFIG ??= " \
|
|||||||
battery \
|
battery \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
"
|
"
|
||||||
|
# Needs tgkill API which musl does not support
|
||||||
|
# see https://www.openwall.com/lists/musl/2019/08/02/1
|
||||||
|
PACKAGECONFIG:remove:libc-musl = "seccomp"
|
||||||
|
|
||||||
PACKAGECONFIG[battery] = "-Dbattery_detection=upower,-Dbattery_detection=none,upower"
|
PACKAGECONFIG[battery] = "-Dbattery_detection=upower,-Dbattery_detection=none,upower"
|
||||||
PACKAGECONFIG[cue] = "-Dcue=enabled,-Dcue=disabled,libcue"
|
PACKAGECONFIG[cue] = "-Dcue=enabled,-Dcue=disabled,libcue"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user