aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/json-glib_git.bb
blob: d06fc781a9b05b16dd86022f9158d231f6ff0b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOMEPAGE = "http://live.gnome.org/JsonGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.6.2+gitr${SRCPV}"
PR = "r0"
PE = "1"

S = "${WORKDIR}/git"

DEPENDS = "glib-2.0"

inherit autotools_stage

acpaths = "-I ${S}/build/autotools "

do_configure_prepend () {
	touch ${S}/gtk-doc.make
}