summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/twitter-glib/twitter-glib_git.bb
blob: 8a18517d791d0a6a5f2e6c6322c9465fbb9b6666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOMEPAGE = "http://live.gnome.org/TwitterGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git \
           file://nodolt.patch;patch=1"
PV = "0.1+git${SRCPV}"
PR = "r1"

DEPENDS = "glib-2.0 gtk+ json-glib libsoup-2.4"

S = "${WORKDIR}/git"

EXTRA_OECONF = "--disable-shave --disable-introspection --disable-maintainer-flags"

inherit autotools_stage

do_configure_prepend () {
	 echo "EXTRA_DIST=" > ${S}/gtk-doc.make
}