summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 000000000..1ebf274ff
--- /dev/null
+++ b/meta/packages/xcb/xcb-proto-native_git.bb
@@ -0,0 +1,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
+}
+