blob: 4364b2ef6316fef281094deca0ab32e04e0e1c7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
HOMEPAGE = "http://live.gnome.org/TwitterGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.0+git${SRCREV}"
PR = "r0"
DEPENDS = "glib-2.0 gtk+ json-glib"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
}
|