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, 0 insertions, 15 deletions
diff --git a/meta/packages/xcb/xcb-proto-native_git.bb b/meta/packages/xcb/xcb-proto-native_git.bb
deleted file mode 100644
index 1ebf274ff6..0000000000
--- a/meta/packages/xcb/xcb-proto-native_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
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