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/dhcp/dhcp_3.0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/dhcp/dhcp_3.0.1.bb') diff --git a/recipes/dhcp/dhcp_3.0.1.bb b/recipes/dhcp/dhcp_3.0.1.bb index 2deee26a0c..9ed4c2b91c 100644 --- a/recipes/dhcp/dhcp_3.0.1.bb +++ b/recipes/dhcp/dhcp_3.0.1.bb @@ -46,3 +46,6 @@ FILES_dhcp-omshell = "${bindir}/omshell" CONFFILES_dhcp-server_nylon = "/etc/dhcp/dhcpd.conf" CONFFILES_dhcp-relay_nylon = "/etc/default/dhcp-relay" CONFFILES_dhcp-client_nylon = "/etc/dhcp/dhclient.conf" + +SRC_URI[md5sum] = "44f72d16a12acc3fbe09703157aa42d2" +SRC_URI[sha256sum] = "043dea4144a93b26358ed73cd8fab79be76834a719f13fbb4344a26e8288fc38" -- cgit 1.2.3-korg