diff options
Diffstat (limited to 'meta/classes-recipe/autotools-brokensep.bbclass')
| -rw-r--r-- | meta/classes-recipe/autotools-brokensep.bbclass | 11 |
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. | ||
| 10 | inherit autotools | ||
| 11 | B = "${S}" | ||
