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/davfs2/davfs2_0.2.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/davfs2/davfs2_0.2.7.bb') diff --git a/recipes/davfs2/davfs2_0.2.7.bb b/recipes/davfs2/davfs2_0.2.7.bb index 310ccabb32..9a620e4084 100644 --- a/recipes/davfs2/davfs2_0.2.7.bb +++ b/recipes/davfs2/davfs2_0.2.7.bb @@ -43,3 +43,6 @@ pkg_postinst () { pkg_prerm () { update-alternatives --remove ${ALTERNATIVE_NAME} ${ALTERNATIVE_PATH} } + +SRC_URI[md5sum] = "c17d450b655bf4503c22f9f07bd9b087" +SRC_URI[sha256sum] = "8e230254e8a1c426ddb6a78de62de931c0c8cfe0767686b7a10a5031c4340826" -- cgit 1.2.3-korg