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

2019-07-04 Thread Matt Madison
On Wed, Jul 3, 2019 at 2:25 AM wrote: > > From: Mingli Yu > > 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. Recipes will

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

2019-07-03 Thread mingli.yu
From: Mingli Yu 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 --- meta/classes/go.bbclass | 2 +- 1 file