diff options
Diffstat (limited to 'meta-oe/recipes-core')
| -rw-r--r-- | meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.18.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.18.bb b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.18.bb index 7d60a287eb..a2e541c87a 100644 --- a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.18.bb +++ b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.18.bb | |||
| @@ -6,6 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d" | |||
| 6 | inherit cargo cargo-update-recipe-crates | 6 | inherit cargo cargo-update-recipe-crates |
| 7 | 7 | ||
| 8 | SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1" | 8 | SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1" |
| 9 | |||
| 10 | # musl not supported because the libc crate does not support functions like "endutxent" at the moment, | ||
| 11 | # so src/uucore/src/lib/features.rs disables utmpx when targetting musl. | ||
| 12 | COMPATIBLE_HOST:libc-musl = "null" | ||
| 13 | |||
| 9 | SRCREV = "eb11c4006f3286efee5226e546f119a20998266b" | 14 | SRCREV = "eb11c4006f3286efee5226e546f119a20998266b" |
| 10 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 11 | 16 | ||
