summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/json-glib/json-glib_git.bb
blob: fc84accaa15d516f5c96e0043983713ec92e87d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HOMEPAGE = "http://live.gnome.org/JsonGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.6.2+${SRCREV}"
PR = "r0"

S = "${WORKDIR}/git"

DEPENDS = "glib-2.0"

inherit autotools_stage

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