summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/autotools-brokensep.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/autotools-brokensep.bbclass')
-rw-r--r--meta/classes-recipe/autotools-brokensep.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes-recipe/autotools-brokensep.bbclass b/meta/classes-recipe/autotools-brokensep.bbclass
new file mode 100644
index 0000000000..a0fb4b7b50
--- /dev/null
+++ b/meta/classes-recipe/autotools-brokensep.bbclass
@@ -0,0 +1,11 @@
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.
10inherit autotools
11B = "${S}"