xref: /OK3568_Linux_fs/yocto/poky/meta/classes/autotools-brokensep.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Autotools class for recipes where separate build dir doesn't work
2*4882a593Smuzhiyun# Ideally we should fix software so it does work. Standard autotools supports
3*4882a593Smuzhiyun# this.
4*4882a593Smuzhiyuninherit autotools
5*4882a593SmuzhiyunB = "${S}"
6