mirror of
https://git.yoctoproject.org/poky
synced 2026-03-14 11:19:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
246 B
BlitzBasic
16 lines
246 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include xcb-proto.inc
|
|
PV = "1.2+gitr${SRCREV}"
|
|
|
|
DEPENDS += "python-native"
|
|
inherit native
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|
|
|