summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-11-30 22:12:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:18:11 +0000
commit5de3e3d1750d3e9441582e59192ffcc810d0e811 (patch)
tree17eadbb7b9f196f5273ef8b867f6c597829ea329
parent01e1f34dba326c52a0425e03447a3fd4a2335537 (diff)
downloadpoky-5de3e3d1750d3e9441582e59192ffcc810d0e811.tar.gz
xcb-util: upgrade from 0.3.6 to 0.3.8
updated LIC_FILES_CHKSUM since the code was re-organized, but the license remains the same. (From OE-Core rev: 6171e0f9c67a7085c62658eedf318107f3eee878) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xcb/xcb-util_0.3.6.bb18
-rw-r--r--meta/recipes-graphics/xcb/xcb-util_0.3.8.bb9
2 files changed, 9 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
deleted file mode 100644
index 1057b3415c..0000000000
--- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1require xcb-util.inc
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf387ff7bc53c7 \
5 file://reply/reply.c;endline=27;md5=f9a1d6b55bba632d349949cbf33cd635 \
6 file://aux/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
7 file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
8 file://event/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9 \
9 file://property/xcb_property.h;endline=27;md5=f5890866ee0c655c36ef1c6c738fee6b \
10 file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
11 file://image/xcb_pixel.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
12
13
14PR = "r0"
15
16
17SRC_URI[md5sum] = "dd8968b8ee613cb027a8ef1fcbdc8fc9"
18SRC_URI[sha256sum] = "ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57"
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
new file mode 100644
index 0000000000..b7eff290e0
--- /dev/null
+++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
@@ -0,0 +1,9 @@
1require xcb-util.inc
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
5 file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9"
6PR = "r0"
7
8SRC_URI[md5sum] = "8ce019c4bbf20dce246b98f177cfccff"
9SRC_URI[sha256sum] = "c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9"