mirror of
https://git.yoctoproject.org/poky
synced 2026-05-28 12:52:38 +02:00
16 lines
350 B
BlitzBasic
16 lines
350 B
BlitzBasic
HOMEPAGE = "http://live.gnome.org/TwitterGlib"
|
|
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
|
|
PV = "0.1+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "glib-2.0 gtk+ json-glib"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECONF = "--disable-shave --disable-introspection"
|
|
|
|
inherit autotools_stage
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
|
} |