blob: a1309b30bd3175835901725302ef8ba7b647eb55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Moblin toolkit library for netbooks"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r2"
DEPENDS = "clutter-1.0 libccss clutter-imcontext"
EXTRA_OECONF = "--disable-introspection"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
touch ${S}/INSTALL
}
|