summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.22.bb
blob: 70eea77d68178cbe37f6319e8802b43e2407c912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"
HOMEPAGE = "https://github.com/uutils/coreutils"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d"

inherit cargo cargo-update-recipe-crates

SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;branch=main"

# 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 = "73b7c46131a9ce35ca1015e76fea772c40d41dd7"
S = "${WORKDIR}/git"

require ${BPN}-crates.inc

include uutils-coreutils.inc