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