mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
15 lines
231 B
BlitzBasic
15 lines
231 B
BlitzBasic
|
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
|
PV = "0.1+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "libsoup-2.4"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools_stage
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
|
}
|