exalt-client_svn.bb 908 B

1234567891011121314151617181920212223242526
  1. LICENSE = "LGPL-2.0"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
  3. PV = "0.0.1+svnr${SRCPV}"
  4. require e-module.inc
  5. DEPENDS += "elementary exalt edje-native"
  6. CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus"
  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. FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \
  12. ${libdir}/enlightenment/modules/*/*.edj \
  13. ${libdir}/enlightenment/modules/*/*/*.so"
  14. FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
  15. FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
  16. FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
  17. SRC_URI += "file://configure.patch"
  18. PNBLACKLIST[exalt-client] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed"