mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
4d1f39af75
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
18 lines
425 B
BlitzBasic
18 lines
425 B
BlitzBasic
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
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
|
}
|