mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
beefb3d59d
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
16 lines
391 B
BlitzBasic
16 lines
391 B
BlitzBasic
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
|
|
file://clutter10.patch;patch=1;notrev=69cae7b2b9f863fe1e0d392825508e63b8a107a4"
|
|
LICENSE = "GPLv2"
|
|
PV = "0.0+git${SRCPV}"
|
|
PR = "r3"
|
|
|
|
DEPENDS = "clutter glib-2.0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools_stage
|
|
|
|
do_configure_prepend () {
|
|
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
|
echo "CLEANFILES=" >> ${S}/gtk-doc.make
|
|
} |