go-context: add CLEANBROKEN

* fixes:

DEBUG: Executing shell function do_configure
NOTE: make clean
make: *** No rule to make target 'clean'.  Stop.
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Martin Jansa 2023-08-29 16:05:11 +02:00 committed by Bruce Ashfield
parent 8f25bfcbae
commit ca01a630e5

View File

@ -30,3 +30,5 @@ go_context_sysroot_preprocess () {
}
FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*"
CLEANBROKEN = "1"