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/xournal/xournal_0.3.3.bb | 3 +++ recipes/xournal/xournal_0.4.0.1.bb | 3 +++ recipes/xournal/xournal_0.4.1.bb | 3 +++ recipes/xournal/xournal_0.4.5.bb | 3 +++ recipes/xournal/xournal_0.4.bb | 3 +++ 5 files changed, 15 insertions(+) (limited to 'recipes/xournal') diff --git a/recipes/xournal/xournal_0.3.3.bb b/recipes/xournal/xournal_0.3.3.bb index 5a8a1b74b7..0e1204d788 100644 --- a/recipes/xournal/xournal_0.3.3.bb +++ b/recipes/xournal/xournal_0.3.3.bb @@ -15,3 +15,6 @@ do_install_append () { install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "c617d08d2c565eef0d8defb304925ade" +SRC_URI[sha256sum] = "77f3bf12ce006eb06fc79d9c60a13ff69403ca6c28cc2babafb0ae35a2240ead" diff --git a/recipes/xournal/xournal_0.4.0.1.bb b/recipes/xournal/xournal_0.4.0.1.bb index f62648863b..47e234c086 100644 --- a/recipes/xournal/xournal_0.4.0.1.bb +++ b/recipes/xournal/xournal_0.4.0.1.bb @@ -17,3 +17,6 @@ do_install_append () { install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "e0f356e0a7b310b0d4b2976e6b7b74fd" +SRC_URI[sha256sum] = "bb797a384b9acb8209fea572934d1b1484c5de41f062fe152ae99962f52f98ea" diff --git a/recipes/xournal/xournal_0.4.1.bb b/recipes/xournal/xournal_0.4.1.bb index 51958d545b..49b3cdda17 100644 --- a/recipes/xournal/xournal_0.4.1.bb +++ b/recipes/xournal/xournal_0.4.1.bb @@ -13,3 +13,6 @@ SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \ inherit autotools pkgconfig + +SRC_URI[md5sum] = "b3d352d08e71606383c31da5790b8d60" +SRC_URI[sha256sum] = "dff617ca33dc263caecb6afc5d42c109166ef2a1c0fe0afa070ff6691ea0e8d7" diff --git a/recipes/xournal/xournal_0.4.5.bb b/recipes/xournal/xournal_0.4.5.bb index 747dfed826..84788fca05 100644 --- a/recipes/xournal/xournal_0.4.5.bb +++ b/recipes/xournal/xournal_0.4.5.bb @@ -17,3 +17,6 @@ do_install_append () { install -d ${D}${datadir}/applications/ install -m 0644 ${S}/xournal.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "795e4396ded2b67766eb2926be1fb4a9" +SRC_URI[sha256sum] = "a7d7c2cb544451939779276e6e5ee5acc756bd0efb5253de15dc00bfe07755d1" diff --git a/recipes/xournal/xournal_0.4.bb b/recipes/xournal/xournal_0.4.bb index 5a8a1b74b7..59c8eff088 100644 --- a/recipes/xournal/xournal_0.4.bb +++ b/recipes/xournal/xournal_0.4.bb @@ -15,3 +15,6 @@ do_install_append () { install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "139ef3045c99dc5c07118b47ff9257e1" +SRC_URI[sha256sum] = "4de076c38b4b64188d23821e7d7a0f6a26b1d6707e768dadda14eb69dcc84598" -- cgit 1.2.3-korg