meta-openembedded/meta-oe/classes/itstool.bbclass
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

6 lines
124 B
Plaintext

# helper class to prepare correct environment for native itstool
inherit python3native
DEPENDS:append = " itstool-native"