mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
clutter-imcontext: Add git version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
PV = "0.0+git${SRCPV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user