libmatchbox_git.bb 384 B

1234567891011121314151617
  1. require libmatchbox.inc
  2. PV = "1.9+git${SRCPV}"
  3. PR = "r0"
  4. DEFAULT_PREFERENCE = "-1"
  5. SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \
  6. file://configure_fixes.patch;patch=1 \
  7. file://check.m4 \
  8. file://16bppfixes.patch;patch=1 \
  9. file://matchbox-start-fix.patch;patch=1"
  10. S = "${WORKDIR}/git"
  11. do_configure_prepend () {
  12. cp ${WORKDIR}/check.m4 ${S}/
  13. }