[oe-commits] Khem Raj : libdrm_2.4.18.bb: Fix SRC_URI name in checksums.

git version control git at git.openembedded.org
Wed May 26 21:43:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 40d95cb213004009d2a0c2c0dbef19ae670331a2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40d95cb213004009d2a0c2c0dbef19ae670331a2

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed May 26 14:39:28 2010 -0700

libdrm_2.4.18.bb: Fix SRC_URI name in checksums.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/dri/libdrm_2.4.18.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/dri/libdrm_2.4.18.bb b/recipes/dri/libdrm_2.4.18.bb
index 1a4e8be..e3bb393 100644
--- a/recipes/dri/libdrm_2.4.18.bb
+++ b/recipes/dri/libdrm_2.4.18.bb
@@ -2,8 +2,9 @@ require libdrm.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI[archive.md5sum] = "d2b5fbfd37742af7d2169f7d26ce3007"
-SRC_URI[archive.sha256sum] = "f6c5b44fff5cb602096cc48a1bced426496bc8060463c577a7d86f2e56eeb604"
+SRC_URI[md5sum] = "d2b5fbfd37742af7d2169f7d26ce3007"
+SRC_URI[sha256sum] = "f6c5b44fff5cb602096cc48a1bced426496bc8060463c577a7d86f2e56eeb604"
+
 
 EXTRA_OECONF_append = " ${@base_contains('MACHINE_FEATURES', 'x86', '', '--disable-intel',d)}"
 





More information about the Openembedded-commits mailing list