priv-kweihmann / oelint-adv

Advanced oelint
BSD 2-Clause "Simplified" License
56 stars 27 forks source link

dynamic parts should use inherit_defer #477

Closed priv-kweihmann closed 9 months ago

priv-kweihmann commented 10 months ago

A new feature is coming to bitbake soon called inherit_defer, which basically allows inherit statements like

FOO ?= "bar"
inherit ${FOO}

to override the value of FOO from a bbappend.

The linter should suggest the following