engrave_svn.bb 659 B

123456789101112131415
  1. SUMMARY = "Engrave is an Edje Editing Library"
  2. LICENSE = "MIT"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=edf2d968b9eb026bfa82cccbd0e6f9f5"
  4. # also requires yacc and lex on host
  5. DEPENDS = "evas ecore flex"
  6. PV = "0.0.0+svnr${SRCPV}"
  7. SRCREV = "${EFL_SRCREV}"
  8. inherit efl autotools-brokensep
  9. SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep"
  10. S = "${WORKDIR}/${SRCNAME}"
  11. # engrave.l:5:35: fatal error: libengrave_la-engrave.h: No such file or directory
  12. # http://errors.yoctoproject.org/Errors/Details/56597/
  13. PNBLACKLIST[engrave] ?= "BROKEN: fails to build with latest oe-core - the recipe will be removed on 2017-09-01 unless the issue is fixed"