All of lore.kernel.org
 help / color / mirror / Atom feed
* How to modify SRC_URI[md5sum] if there are mutil remote files
@ 2013-05-27  5:40 Li Zhijian
  2013-05-27  6:52 ` Nicolas Dechesne
  0 siblings, 1 reply; 3+ messages in thread
From: Li Zhijian @ 2013-05-27  5:40 UTC (permalink / raw)
  To: yocto

Hi,

I modified as follows ,but it don't work.

--- a/meta-oe/recipes-support/ntp/ntp.inc
+++ b/meta-oe/recipes-support/ntp/ntp.inc
@@ -20,6 +20,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
file://ntpdate.default \
file://ntp.keys \
"
+SRC_URI[md5sum] = "00df80a84ec9528fcfb09498075525bc"
+SRC_URI[sha256sum] = "d6ab8371f9d31e594eb6922823d5ccd03dcc4e9d84b0e23ea25ac1405432f91c"
+SRC_URI += "http://jaist.dl.sourceforge.net/project/ictom/ntpstat-0.2.tar.gz "
+SRC_URI[md5sum] += "516847d99a772305cab711339998f9ea"
+SRC_URI[sha256sum] += "486fdfceb38590a9ff52ab8de1cc1ec4fc696f2e94da992e9ccf30157c32f01e"


Any help or ideas?


-- 
Best regards.
Li Zhijian 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-27  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27  5:40 How to modify SRC_URI[md5sum] if there are mutil remote files Li Zhijian
2013-05-27  6:52 ` Nicolas Dechesne
2013-05-27  7:25   ` Li Zhijian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.