mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
13 lines
178 B
BlitzBasic
13 lines
178 B
BlitzBasic
|
|
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
|