blob: a778ae16f41cbed74763ff598c6cf2367b6f4cdb (
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_stage
|