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/ntp/ntp-ssl_4.1.2.bb | 3 +++ recipes/ntp/ntp_4.1.2.bb | 3 +++ recipes/ntp/ntp_4.2.0.bb | 3 +++ recipes/ntp/ntp_4.2.4p7.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/ntp') diff --git a/recipes/ntp/ntp-ssl_4.1.2.bb b/recipes/ntp/ntp-ssl_4.1.2.bb index dd8ca66f25..7cd0921686 100644 --- a/recipes/ntp/ntp-ssl_4.1.2.bb +++ b/recipes/ntp/ntp-ssl_4.1.2.bb @@ -7,3 +7,6 @@ S = "${WORKDIR}/ntp-${PV}" EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \ --with-openssl-incdir=${STAGING_INCDIR}/openssl" + +SRC_URI[md5sum] = "98e16c7aa4ecd4c004b51bff18962e95" +SRC_URI[sha256sum] = "9f4a5271a285d390c9225e3ea28f70049ea377d30fc6de4659007cfff278671a" diff --git a/recipes/ntp/ntp_4.1.2.bb b/recipes/ntp/ntp_4.1.2.bb index 7091f05394..6555dfcfb0 100644 --- a/recipes/ntp/ntp_4.1.2.bb +++ b/recipes/ntp/ntp_4.1.2.bb @@ -44,3 +44,6 @@ pkg_postrm_ntp(){ update-rc.d -f ntp remove } + +SRC_URI[md5sum] = "98e16c7aa4ecd4c004b51bff18962e95" +SRC_URI[sha256sum] = "9f4a5271a285d390c9225e3ea28f70049ea377d30fc6de4659007cfff278671a" diff --git a/recipes/ntp/ntp_4.2.0.bb b/recipes/ntp/ntp_4.2.0.bb index f2825a03c9..634c3bffd0 100644 --- a/recipes/ntp/ntp_4.2.0.bb +++ b/recipes/ntp/ntp_4.2.0.bb @@ -43,3 +43,6 @@ else update-rc.d -s ntpdate defaults 30 fi } + +SRC_URI[md5sum] = "0f8fabe87cf54f409b57c6283f0c0c3d" +SRC_URI[sha256sum] = "da784d5c0363d4f708a25f3aad23ba9a3486aafd464444d2aa6a9f8d29213f25" diff --git a/recipes/ntp/ntp_4.2.4p7.bb b/recipes/ntp/ntp_4.2.4p7.bb index 39dfa795da..6010b4a920 100644 --- a/recipes/ntp/ntp_4.2.4p7.bb +++ b/recipes/ntp/ntp_4.2.4p7.bb @@ -42,3 +42,6 @@ else fi fi } + +SRC_URI[md5sum] = "8c19ff62ed4f7d64f8e2aa59cb11f364" +SRC_URI[sha256sum] = "5681883ce5cd0666d73c1b907e284653964a25ad4c02a308ab11b54aca8f01c3" -- cgit 1.2.3-korg