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/xorg-app/x11perf_1.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-app/x11perf_1.5.bb') diff --git a/recipes/xorg-app/x11perf_1.5.bb b/recipes/xorg-app/x11perf_1.5.bb index 00b78c134c..754c22aba5 100644 --- a/recipes/xorg-app/x11perf_1.5.bb +++ b/recipes/xorg-app/x11perf_1.5.bb @@ -5,3 +5,6 @@ DEPENDS += "libxmu libxrender libxft libxext fontconfig" PE = "1" FILES_${PN} += "/usr/lib/X11/x11perfcomp/*" + +SRC_URI[archive.md5sum] = "31283bfc3c78718ac1bd71e510d4e774" +SRC_URI[archive.sha256sum] = "4729da53dde0b7e1748db4bb771f9b7aaf2e2b1e67293a3a5b96d54043ce1233" -- cgit 1.2.3-korg