summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools-brokensep.bbclass
blob: ac9a8d07c90ade1add576af17897855f2b390de2 (plain)
1
2
3
4
5
6
7
8
9
#
# Copyright OpenEmbedded Contributors
#

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