Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 279 Bytes

oelint.var.bbclassextend.md

File metadata and controls

23 lines (14 loc) · 279 Bytes

oelint.var.bbclassextend

severity: info

Example

In my-recipe_1.0.bb

A = "2"

Why is this bad?

To allow the use in the SDK or as a native variant BBCLASSEXTEND should be set.

Ways to fix it

A = "2"

BBCLASSEXTEND = "native nativesdk"