screenshot_svn.bb 499 B

12345678910111213141516
  1. LICENSE = "MIT"
  2. PV = "0.3.0+svnr${SRCREV}"
  3. PR = "${INC_PR}.0"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
  5. SRC_URI += "file://screenshot-fix-mkinstalldirs.patch"
  6. require e-module.inc
  7. DEPENDS += "emprint"
  8. RDEPENDS_${PN} += "emprint"
  9. do_configure_prepend() {
  10. sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac
  11. }
  12. PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint - the recipe will be removed on 2017-09-01 unless the issue is fixed"