diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-08-29 16:05:11 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-04 03:14:17 +0000 |
commit | ca01a630e5d1af55688751124709c86d631ead75 (patch) | |
tree | f2dbf2412b057c8f75b01cde0739da79c353442d | |
parent | 8f25bfcbae987ed3b1bed82d6d9f937f3739362f (diff) | |
download | meta-virtualization-ca01a630e5d1af55688751124709c86d631ead75.tar.gz |
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>
-rw-r--r-- | recipes-devtools/go/go-context_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 132da98c..580463d3 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 () { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" | 32 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" |
33 | |||
34 | CLEANBROKEN = "1" | ||