<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 27, 2013 at 7:40 AM, Li Zhijian <span dir="ltr"><<a href="mailto:lizhijian@cn.fujitsu.com" target="_blank">lizhijian@cn.fujitsu.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":11b" style="overflow:hidden">I modified as follows ,but it don't work.<br>


<br>
--- a/meta-oe/recipes-support/ntp/ntp.inc<br>
+++ b/meta-oe/recipes-support/ntp/ntp.inc<br>
@@ -20,6 +20,9 @@ SRC_URI = "<a href="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g" target="_blank">http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g</a><br>
file://ntpdate.default \<br>
file://ntp.keys \<br>
"<br>
+SRC_URI[md5sum] = "00df80a84ec9528fcfb09498075525bc"<br>
+SRC_URI[sha256sum] = "d6ab8371f9d31e594eb6922823d5ccd03dcc4e9d84b0e23ea25ac1405432f91c"<br>
+SRC_URI += "<a href="http://jaist.dl.sourceforge.net/project/ictom/ntpstat-0.2.tar.gz" target="_blank">http://jaist.dl.sourceforge.net/project/ictom/ntpstat-0.2.tar.gz</a> "<br>
+SRC_URI[md5sum] += "516847d99a772305cab711339998f9ea"<br>
+SRC_URI[sha256sum] += "486fdfceb38590a9ff52ab8de1cc1ec4fc696f2e94da992e9ccf30157c32f01e"<br>
<br>
<br>
Any help or ideas?<div class=""><div id=":128" class="" tabindex="0"></div></div></div></blockquote></div><br>you should have a look at:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-extended/bash/bash_4.2.bb">http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-extended/bash/bash_4.2.bb</a><br>

</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>or</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style><a href="http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb">http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb</a><br>

</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>and for more examples, you can run </div><div class="gmail_extra" style>$ git grep "\.md5sum" </div><div class="gmail_extra" style><br>

</div><div class="gmail_extra" style>in the OE-core tree.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>basically, the idea is to 'name' each of your sources, and refer them as <name>.md5sum</div>

<div class="gmail_extra" style><br></div></div>