From: Mingli Yu <[email protected]>

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 <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to