mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 08:59:41 +01:00
13 lines
244 B
BlitzBasic
13 lines
244 B
BlitzBasic
require xorg-proto-common.inc
|
|
|
|
PR = "r1"
|
|
PE = "1"
|
|
PV = "1.9.99.12+git${SRCPV}"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += "util-macros"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|