mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
13 lines
235 B
BlitzBasic
13 lines
235 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"
|
|
|
|
inherit gettext
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|