Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # Autotools class for recipes where separate build dir doesn't work |
2 | # Ideally we should fix software so it does work. Standard autotools supports | ||||
3 | # this. | ||||
4 | inherit autotools | ||||
5 | B = "${S}" |