mirror of
https://git.yoctoproject.org/poky
synced 2026-03-01 04:49:40 +01:00
15 lines
232 B
BlitzBasic
15 lines
232 B
BlitzBasic
|
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
|
PV = "0.0+git${SRCREV}"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "libsoup-2.4"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools_stage
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
|
}
|