diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2026-06-04 18:11:45 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:50 -0700 |
| commit | b2b319eef3ced83ab03634d87d7d1540af2c18e3 (patch) | |
| tree | 66f63fb7825297b18502f49f2125a9fd36eb65e7 | |
| parent | 29b6cf792fbb21cd646243d0f0d93969a52a5080 (diff) | |
| download | meta-openembedded-b2b319eef3ced83ab03634d87d7d1540af2c18e3.tar.gz | |
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 <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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" | |||
| 34 | FILES:${PN}-doc += "${docdir}" | 34 | FILES:${PN}-doc += "${docdir}" |
| 35 | 35 | ||
| 36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
| 37 | |||
| 38 | # NOTE: make clean | ||
| 39 | # CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/aks/code/os/cunit/cunit/missing autoconf | ||
| 40 | # /bin/sh: 0: cannot open /Users/aks/code/os/cunit/cunit/missing: No such file | ||
| 41 | CLEANBROKEN = "1" | ||
