buildtools-tarball.bbappend 308 B

1234567
  1. # buildtools-tarball is host only, and does not add TOOLCHAIN_TARGET_TASK to
  2. # RDEPENDS. Forcibly empty it, otherwise a TOOLCHAIN_TARGET_TASK:append at the
  3. # config level will break the buildtools-tarball build
  4. python () {
  5. if d.getVar('EXTERNAL_ENABLED'):
  6. d.setVar('TOOLCHAIN_TARGET_TASK', '')
  7. }