From b2b319eef3ced83ab03634d87d7d1540af2c18e3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 4 Jun 2026 18:11:45 +0200 Subject: [PATCH] cunit: set CLEANBROKEN otherwise it tries to run: /bin/sh /Users/aks/code/os/cunit/cunit/missing autoconf and fails Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index 75ba477757..fd51e024bb 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb @@ -34,3 +34,8 @@ FILES:${PN}-dev += "${datadir}/CUnit" FILES:${PN}-doc += "${docdir}" BBCLASSEXTEND = "native" + +# NOTE: make clean +# CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/aks/code/os/cunit/cunit/missing autoconf +# /bin/sh: 0: cannot open /Users/aks/code/os/cunit/cunit/missing: No such file +CLEANBROKEN = "1"