ephoto_svn.bb 526 B

123456789101112131415161718192021
  1. LICENSE = "MIT & GPL-3.0"
  2. PV = "0.1.0+svnr${SRCREV}"
  3. PR = "${INC_PR}.0"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=fdffcddb366d0cc78e0e46c4ea70c8d9 \
  5. file://COPYING.icons;md5=8f0e2cd40e05189ec81232da84bd6e1a"
  6. require e-module.inc
  7. inherit gettext
  8. DEPENDS += "elementary ethumb ecore eio"
  9. SRCNAME = "${PN}"
  10. # autotools-brokensep
  11. B = "${S}"
  12. SRC_URI += "file://configure.patch"
  13. PNBLACKLIST[ephoto] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed"