diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-graphics/xcb | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.bz2 openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.zip |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r-- | meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.7.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto_1.6.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-util_0.3.6.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb index 8ded7a0747..3ef9ab29a4 100644 --- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb +++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb @@ -13,6 +13,9 @@ PARALLEL_MAKE = "" SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" +SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" +SRC_URI[sha256sum] = "35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299" + inherit autotools pkgconfig RDEPENDS_${PN}-dev = "" diff --git a/meta/recipes-graphics/xcb/libxcb_1.7.bb b/meta/recipes-graphics/xcb/libxcb_1.7.bb index fc80927be6..426f790872 100644 --- a/meta/recipes-graphics/xcb/libxcb_1.7.bb +++ b/meta/recipes-graphics/xcb/libxcb_1.7.bb @@ -8,3 +8,6 @@ PR = "r0" DEPENDS += "libpthread-stubs xcb-proto-native" PACKAGES =+ "libxcb-xinerama" + +SRC_URI[md5sum] = "925699df361b99491165ebc12068056b" +SRC_URI[sha256sum] = "e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df" diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb index a367b7cacf..74a6ec7bb9 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb @@ -5,3 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" PR = "r0" + +SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" +SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb index b0e50d85c3..1057b3415c 100644 --- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb @@ -13,3 +13,6 @@ LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf PR = "r0" + +SRC_URI[md5sum] = "dd8968b8ee613cb027a8ef1fcbdc8fc9" +SRC_URI[sha256sum] = "ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57" |