mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
uutils-coreutils: disable musl support
musl is not supported because the libc crate does not support functions like "endutxent" at the moment, so src/uucore/src/lib/features.rs disables utmpx when targetting musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
4ee5e2badb
commit
6b197f009d
@@ -6,6 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d"
|
|||||||
inherit cargo cargo-update-recipe-crates
|
inherit cargo cargo-update-recipe-crates
|
||||||
|
|
||||||
SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1"
|
SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
# musl not supported because the libc crate does not support functions like "endutxent" at the moment,
|
||||||
|
# so src/uucore/src/lib/features.rs disables utmpx when targetting musl.
|
||||||
|
COMPATIBLE_HOST:libc-musl = "null"
|
||||||
|
|
||||||
SRCREV = "eb11c4006f3286efee5226e546f119a20998266b"
|
SRCREV = "eb11c4006f3286efee5226e546f119a20998266b"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user