gtkmathview_0.8.0.bb 728 B

1234567891011121314151617181920212223242526
  1. HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/"
  2. DEPENDS = "t1lib gtk+ popt libxslt libxml2"
  3. LICENSE = "LGPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
  5. PR = "r3"
  6. SRCREV = "0bc2cfa0a47aed2c8a63abd989cb8da4dcceb2ec"
  7. PV = "0.8.0+git${SRCPV}"
  8. SRC_URI = "git://github.com/GNOME/gtkmathview.git \
  9. file://use_hostcxx.patch \
  10. file://0001-include-cstdio-to-get-printf-definitions.patch \
  11. "
  12. S = "${WORKDIR}/git"
  13. inherit autotools pkgconfig
  14. do_configure_append() {
  15. # avoid host polution inf pkg-config files
  16. sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
  17. }
  18. # http://errors.yoctoproject.org/Errors/Details/68615/
  19. PNBLACKLIST[gtkmathview] ?= "BROKEN: fails to build with gcc-6"