blob: 8b5981b7399b16eb420bc5cb01ed7d53674e1848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFAULT_PREFERENCE = "-1"
include xcb-proto.inc
PV = "1.2+gitr${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
S = "${WORKDIR}/git"
do_stage() {
autotools_stage_all
}
DEPENDS_append_virtclass-native = " python-native"
BBCLASSEXTEND = "native"
|