mirror of
https://git.yoctoproject.org/poky
synced 2026-03-01 21:09:39 +01:00
16 lines
296 B
BlitzBasic
16 lines
296 B
BlitzBasic
HOMEPAGE = "http://live.gnome.org/JsonGlib"
|
|
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
|
|
PV = "0.6.2+${SRCREV}"
|
|
PR = "r0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
inherit autotools_stage
|
|
|
|
acpaths = "-I ${S}/build/autotools "
|
|
|
|
do_configure_prepend () {
|
|
touch ${S}/gtk-doc.make
|
|
} |