blob: 32d2ac62ea559835cfaba708cd6ed74465015096 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001require tasks.inc
2
3SRC_URI = "git://git.gnome.org/${BPN}"
4
5SRCREV = "ea52d46d691c5fce4473ea4e24a35411381f3a65"
6PV = "0.13+git${SRCPV}"
7PR = "r3"
8
9S = "${WORKDIR}/git"
Patrick Williamsddad1a12017-02-23 20:36:32 -060010
11# ../../git/libkoto/koto-utils.c:81:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
12PNBLACKLIST[tasks] ?= "Fails to build with gcc-6"