[OE-core] [PATCH] go.bbclass: remove ptest inherit

mingli.yu at windriver.com mingli.yu at windriver.com
Wed Jul 3 09:24:12 UTC 2019


From: Mingli Yu <mingli.yu at windriver.com>

Remove the ptest bbclass inherit logic to let
each recipe inherit ptest individually if the
specified recipe wants to support ptest to avoid
the recipe which inherits go bblcass inheriting
ptest automatically.

Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
---
 meta/classes/go.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index e05a5c641c..424d869540 100644
--- a/meta/classes/go.bbclass
+++ b/meta/classes/go.bbclass
@@ -1,4 +1,4 @@
-inherit goarch ptest
+inherit goarch
 
 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
 
-- 
2.21.0



More information about the Openembedded-core mailing list