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/gpesyncd/gpe-synctool_0.2.bb | 3 +++ recipes/gpesyncd/gpesyncd_2.0.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gpesyncd') diff --git a/recipes/gpesyncd/gpe-synctool_0.2.bb b/recipes/gpesyncd/gpe-synctool_0.2.bb index 5db87ad995..9121cabe24 100644 --- a/recipes/gpesyncd/gpe-synctool_0.2.bb +++ b/recipes/gpesyncd/gpe-synctool_0.2.bb @@ -6,3 +6,6 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools + +SRC_URI[md5sum] = "83823c3d7abf80f71decea7abc4c7020" +SRC_URI[sha256sum] = "97428039697b9486a136d2f0ac54286af887853a38e0cec971407f52d29a2114" diff --git a/recipes/gpesyncd/gpesyncd_2.0.bb b/recipes/gpesyncd/gpesyncd_2.0.bb index 69e0a677ec..034705b119 100644 --- a/recipes/gpesyncd/gpesyncd_2.0.bb +++ b/recipes/gpesyncd/gpesyncd_2.0.bb @@ -10,3 +10,6 @@ inherit autotools gpe FILES_${PN} += "${datadir}/gpe" + +SRC_URI[md5sum] = "399bbb65ddd5d7c4bcd328d2e3880532" +SRC_URI[sha256sum] = "26db3e8e03af47ffdbf5951e3bbfa2b7ccfd13e03fdac9f4b2d9111a436bc8f7" -- cgit 1.2.3-korg