* 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
* Re: How to modify SRC_URI[md5sum] if there are mutil remote files
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
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Dechesne @ 2013-05-27 6:52 UTC (permalink / raw)
To: Li Zhijian; +Cc: Yocto list discussion
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
On Mon, May 27, 2013 at 7:40 AM, Li Zhijian <lizhijian@cn.fujitsu.com>wrote:
> 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?
>
you should have a look at:
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-extended/bash/bash_4.2.bb
or
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
and for more examples, you can run
$ git grep "\.md5sum"
in the OE-core tree.
basically, the idea is to 'name' each of your sources, and refer them as
<name>.md5sum
[-- Attachment #2: Type: text/html, Size: 2707 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to modify SRC_URI[md5sum] if there are mutil remote files
2013-05-27 6:52 ` Nicolas Dechesne
@ 2013-05-27 7:25 ` Li Zhijian
0 siblings, 0 replies; 3+ messages in thread
From: Li Zhijian @ 2013-05-27 7:25 UTC (permalink / raw)
To: Nicolas Dechesne; +Cc: Yocto list discussion
[-- Attachment #1: Type: text/html, Size: 4196 bytes --]
^ 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.