mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
207 B
BlitzBasic
14 lines
207 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include xcb-proto.inc
|
|
PV = "1.0+git"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
|
|
S = "${WORKDIR}/git/xcb-proto"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|
|
|