blob: a0fb4b7b503618554756a16bfa3d83bb943e6391 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001#
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.
10inherit autotools
11B = "${S}"