aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
blob: 9c6af16cf748f43d54551d87b1be7872c09008e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/"
DEPENDS = "t1lib gtk+ popt libxslt libxml2"

LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"

PR = "r3"
SRCREV = "0bc2cfa0a47aed2c8a63abd989cb8da4dcceb2ec"
PV = "0.8.0+git${SRCPV}"

SRC_URI = "git://github.com/GNOME/gtkmathview.git \
           file://use_hostcxx.patch \
	   file://0001-include-cstdio-to-get-printf-definitions.patch \
          "

S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_configure_append() {
    # avoid host polution inf pkg-config files
    sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
}

# http://errors.yoctoproject.org/Errors/Details/68615/
PNBLACKLIST[gtkmathview] ?= "BROKEN: fails to build with gcc-6"