From f83598d5154e9ce84a73de982c7ac494d797794d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 8 Mar 2010 21:51:15 +0000 Subject: base.bbclass: provide shortcut syntax for first anonymous entry in SRC_URI --- docs/usermanual/reference/var_src_uri.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/usermanual/reference') diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml index a35e1eede2..f6e61050aa 100644 --- a/docs/usermanual/reference/var_src_uri.xml +++ b/docs/usermanual/reference/var_src_uri.xml @@ -29,7 +29,12 @@ be used in preference to retrieving a new version . Any source that is retrieved from a remote URI will be stored in the download source directory and an appropriate md5 sum generated and stored alongside it. - + Checksums for http/https/ftp/ftps uris are stored in each recipe in + the form ofSRC_URI[md5sum] = "9a7a11ffd52d9c4553ea8c0134a6fa86" +SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31701921b9434" + for the first remote SRC_URI that has no explicit name=foo + associated with it. Following unnamed SRC_URIs without + a checksum will throw errors. Each URI supports a set of additional options. These options are tag/value pairs of the form "a=b" and are semi-colon separated from each other and from the URI. The follow examples shows two -- cgit v1.2.3