Files
OpenBMC/poky/meta/classes-recipe/autotools-brokensep.bbclass
2026-04-23 17:07:55 +08:00

12 lines
259 B
Plaintext

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