* 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 <[email protected]> --- recipes-devtools/go/go-context_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 132da98..580463d 100644 --- a/recipes-devtools/go/go-context_git.bb +++ b/recipes-devtools/go/go-context_git.bb @@ -30,3 +30,5 @@ go_context_sysroot_preprocess () { } FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" + +CLEANBROKEN = "1" -- 2.42.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8261): https://lists.yoctoproject.org/g/meta-virtualization/message/8261 Mute This Topic: https://lists.yoctoproject.org/mt/101031650/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
