aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-proto_git.bb
blob: 447a8684fc5ae39487cf666686b9ebacc260b5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULT_PREFERENCE = "-1"

include xcb-proto.inc
SRCREV = "2d873a3dc8c0e1315be426da8054adb4188574b0"
PV = "1.6+git"
PR = "r0"

SRC_URI = "git://anongit.freedesktop.org/xcb/proto;protocol=git"
S = "${WORKDIR}/git"

do_stage() {
	autotools_stage_all
}