HYL_OK3568_LINUX/yocto/poky/meta/classes/autotools-brokensep.bbclass

6 lines
183 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
# 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}"