mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +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:
@@ -34,3 +34,8 @@ FILES:${PN}-dev += "${datadir}/CUnit"
|
|||||||
FILES:${PN}-doc += "${docdir}"
|
FILES:${PN}-doc += "${docdir}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user