mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:10:18 +00:00
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>
This commit is contained in:
parent
29b6cf792f
commit
b2b319eef3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user