blob: 0522df1f1feed4f217316ab825bc3e94ac3af9cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
HOMEPAGE = "http://live.gnome.org/JsonGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.6.2+git${SRCREV}"
PR = "r0"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0"
inherit autotools_stage
acpaths = "-I ${S}/build/autotools "
do_configure_prepend () {
touch ${S}/gtk-doc.make
}
|