linuxOS_PX30_CAR/yocto/poky/meta/classes/autotools-brokensep.bbclass
2026-01-20 14:00:13 +08:00

6 lines
183 B
Plaintext

# Autotools class for recipes where separate build dir doesn't work
# Ideally we should fix software so it does work. Standard autotools supports
# this.
inherit autotools
B = "${S}"