diff options
author | Vladimir Zapolskiy <vzapolskiy@gmail.com> | 2010-06-18 20:01:20 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-20 19:24:44 +0400 |
commit | 65f851da392ff14f4e6ebd7beb84954a37da47cf (patch) | |
tree | 8d0c0a1a121ad270283237f5df2afed847f846d7 /recipes | |
parent | 5d1004871ded827b043cb4d0808c5edd0468522f (diff) |
xcb: add a recipe for the recent released version of the xcb-proto
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>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xcb/xcb-proto_1.6.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xcb/xcb-proto_1.6.bb b/recipes/xcb/xcb-proto_1.6.bb new file mode 100644 index 0000000000..1b27f6125d --- /dev/null +++ b/recipes/xcb/xcb-proto_1.6.bb @@ -0,0 +1,9 @@ +include xcb-proto.inc +PR = "r0" + +SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" +SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" + +do_stage() { + autotools_stage_all +} |