uutils-coreutils: add native and nativesdk

The project is getting more mature, and it's now doable to do a yocto build using uutils-coreutils-native.

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Etienne Cordonnier
2025-10-28 11:59:05 +01:00
committed by Khem Raj
parent abbbaf2ef8
commit 7d909d1085
2 changed files with 5 additions and 1 deletions
@@ -63,6 +63,8 @@ python __anonymous() {
d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('sbindir'), prog))
}
BBCLASSEXTEND = "native nativesdk"
do_compile:prepend() {
export LIBSTDBUF_DIR="${libdir}/coreutils"
}