summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb/xcb-proto-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xcb/xcb-proto-native_git.bb')
-rw-r--r--meta/packages/xcb/xcb-proto-native_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xcb/xcb-proto-native_git.bb b/meta/packages/xcb/xcb-proto-native_git.bb
new file mode 100644
index 0000000000..1ebf274ff6
--- /dev/null
+++ b/meta/packages/xcb/xcb-proto-native_git.bb
@@ -0,0 +1,15 @@
1DEFAULT_PREFERENCE = "-1"
2
3include xcb-proto.inc
4PV = "1.2+gitr${SRCREV}"
5
6DEPENDS += "python-native"
7inherit native
8
9SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
10S = "${WORKDIR}/git"
11
12do_stage() {
13 autotools_stage_all
14}
15