summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/autotools-brokensep.bbclass
blob: a0fb4b7b503618554756a16bfa3d83bb943e6391 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

# 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}"