rain_svn.bb 503 B

123456789101112131415161718
  1. LICENSE = "MIT"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \
  3. file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e"
  4. PV = "0.0.3+svnr${SRCPV}"
  5. PR = "${INC_PR}.0"
  6. require e-module.inc
  7. do_configure_prepend() {
  8. sed -i -e /po/d ${S}/configure.ac
  9. sed -i -e s:\ po::g ${S}/Makefile.am
  10. }
  11. SRC_URI += "file://configure.patch"
  12. PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed"