mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
60688d8a64
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
18 lines
320 B
BlitzBasic
18 lines
320 B
BlitzBasic
HOMEPAGE = "http://live.gnome.org/JsonGlib"
|
|
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
|
|
PV = "0.6.2+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
inherit autotools_stage
|
|
|
|
acpaths = "-I ${S}/build/autotools "
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST = " > ${S}/gtk-doc.make
|
|
}
|
|
|