autotools-brokensep.bbclass 259 B

1234567891011
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. # Autotools class for recipes where separate build dir doesn't work
  7. # Ideally we should fix software so it does work. Standard autotools supports
  8. # this.
  9. inherit autotools
  10. B = "${S}"