yasm_git.bb 556 B

12345678910111213141516171819202122
  1. SUMMARY = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
  2. LICENSE = "MIT"
  3. HOMEPAGE = "http://www.tortall.net/projects/yasm/"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9"
  5. DEPENDS += "flex-native bison-native xmlto-native"
  6. PV = "1.3.0+git${SRCPV}"
  7. # v1.3.0
  8. SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a"
  9. SRC_URI = "git://github.com/yasm/yasm.git"
  10. S = "${WORKDIR}/git"
  11. inherit autotools gettext python3native
  12. CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"
  13. BBCLASSEXTEND = "native"
  14. PARALLEL_MAKE = ""