xcb: add a recipe for the recent released version of the xcb-proto
authorVladimir Zapolskiy <vzapolskiy@gmail.com>
Fri, 18 Jun 2010 16:01:20 +0000 (20:01 +0400)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sun, 20 Jun 2010 15:24:44 +0000 (19:24 +0400)
This change adds a recipe for xcb-proto_1.6.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
recipes/xcb/xcb-proto_1.6.bb [new file with mode: 0644]

diff --git a/recipes/xcb/xcb-proto_1.6.bb b/recipes/xcb/xcb-proto_1.6.bb
new file mode 100644 (file)
index 0000000..1b27f61
--- /dev/null
@@ -0,0 +1,9 @@
+include xcb-proto.inc
+PR = "r0"
+
+SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b"
+SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2"
+
+do_stage() {
+          autotools_stage_all
+}