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/jakarta-commons/commons-jxpath_1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/jakarta-commons/commons-jxpath_1.3.bb') diff --git a/recipes/jakarta-commons/commons-jxpath_1.3.bb b/recipes/jakarta-commons/commons-jxpath_1.3.bb index 5fabef04cd..be76d00909 100644 --- a/recipes/jakarta-commons/commons-jxpath_1.3.bb +++ b/recipes/jakarta-commons/commons-jxpath_1.3.bb @@ -8,3 +8,6 @@ DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jd RDEPENDS = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" CP = "commons-logging commons-collections3 commons-beanutils servlet-2.3 jdom" + +SRC_URI[md5sum] = "9af6ed5d009061986d709a370829860e" +SRC_URI[sha256sum] = "da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6" -- cgit 1.2.3-korg