Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: MIT | ||||
5 | # | ||||
6 | |||||
7 | # Autotools class for recipes where separate build dir doesn't work | ||||
8 | # Ideally we should fix software so it does work. Standard autotools supports | ||||
9 | # this. | ||||
10 | inherit autotools | ||||
11 | B = "${S}" |