elfe_git.bb 456 B

1234567891011121314151617
  1. LICENSE = "MIT"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
  3. PV = "0.0.1+gitr${SRCPV}"
  4. PE = "1"
  5. require e-module.inc
  6. SRC_URI = " \
  7. git://git.enlightenment.org/enlightenment/modules/${BPN}.git \
  8. "
  9. S = "${WORKDIR}/git"
  10. SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981"
  11. DEPENDS += "elementary"
  12. PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed"