summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb/xcb-proto-native_git.bb
blob: 1ebf274ff632e561cb86705cbd520b969ca4b922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}