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/luit_1.0.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-app/luit_1.0.4.bb') diff --git a/recipes/xorg-app/luit_1.0.4.bb b/recipes/xorg-app/luit_1.0.4.bb index 01645af9e0..4209dac811 100644 --- a/recipes/xorg-app/luit_1.0.4.bb +++ b/recipes/xorg-app/luit_1.0.4.bb @@ -2,3 +2,6 @@ require xorg-app-common.inc DESCRIPTION = "a filter for locale and ISO 2022 support on Unicode terminals" DEPENDS += " zlib zlib virtual/libx11 libfontenc" PE = "1" + +SRC_URI[archive.md5sum] = "4e45233e310d72dce307709761cf241b" +SRC_URI[archive.sha256sum] = "d11cd500975f652060f89d79cb8034011d99ee9aa6c82951680fc0621ecb8252" -- cgit 1.2.3-korg