From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/dri/libdrm_2.3.0.bb | 3 +++ recipes/dri/libdrm_2.3.1.bb | 3 +++ recipes/dri/libdrm_2.4.11.bb | 3 +++ recipes/dri/libdrm_2.4.17.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/dri') diff --git a/recipes/dri/libdrm_2.3.0.bb b/recipes/dri/libdrm_2.3.0.bb index 9caf9b4bea..8aa62fabaf 100644 --- a/recipes/dri/libdrm_2.3.0.bb +++ b/recipes/dri/libdrm_2.3.0.bb @@ -8,3 +8,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "01a1e1ee0268a2403db42fa630036ab2" +SRC_URI[sha256sum] = "f8c711427fea50845811360c92f6350ff3dacb9533741470d54ae5d0a2f6848e" diff --git a/recipes/dri/libdrm_2.3.1.bb b/recipes/dri/libdrm_2.3.1.bb index 9caf9b4bea..f28094f5cb 100644 --- a/recipes/dri/libdrm_2.3.1.bb +++ b/recipes/dri/libdrm_2.3.1.bb @@ -8,3 +8,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "620fe7dd02c3236c3e9881a3a238173d" +SRC_URI[sha256sum] = "ddfd398383729707846e1f1689e9acb3bc672e4f255a632c8f0d0c55ddf8718c" diff --git a/recipes/dri/libdrm_2.4.11.bb b/recipes/dri/libdrm_2.4.11.bb index 4f2af1ed73..5d85042ca7 100644 --- a/recipes/dri/libdrm_2.4.11.bb +++ b/recipes/dri/libdrm_2.4.11.bb @@ -14,3 +14,6 @@ do_stage() { PACKAGES =+ "${PN}-intel" FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*" + +SRC_URI[md5sum] = "e0e66fae165d0b665b61e9516bf33ade" +SRC_URI[sha256sum] = "5e07ec4b644f50160900d4281a74dd1cbf1535cfe4ab24e0c28ae5b038836a8c" diff --git a/recipes/dri/libdrm_2.4.17.bb b/recipes/dri/libdrm_2.4.17.bb index fd1ab3a5e4..96edd2a5f8 100644 --- a/recipes/dri/libdrm_2.4.17.bb +++ b/recipes/dri/libdrm_2.4.17.bb @@ -16,3 +16,6 @@ do_stage() { PACKAGES =+ "${@base_contains('MACHINE_FEATURES', 'x86', '${PN}-intel', '',d)}" FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*" + +SRC_URI[md5sum] = "667d81f993f7fd8a1b1b1b830a28a748" +SRC_URI[sha256sum] = "b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a" -- cgit 1.2.3-korg