blob: b73e8d32d8f9a4bbf54209bbb3168e85f62690b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
PV = "0.0+git${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
BROKEN = "1"
S = "${WORKDIR}/git"
inherit autotools
|