From d8bcfb8434b617b1f0ebc723fce177bbcd486f4a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 14 Feb 2010 11:21:54 -0800 Subject: class_pkgconfig.xml: Fix Typo. Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Khem Raj --- docs/usermanual/reference/class_pkgconfig.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/usermanual/reference') diff --git a/docs/usermanual/reference/class_pkgconfig.xml b/docs/usermanual/reference/class_pkgconfig.xml index 3cb5002df5..8c2177cecf 100644 --- a/docs/usermanual/reference/class_pkgconfig.xml +++ b/docs/usermanual/reference/class_pkgconfig.xml @@ -4,7 +4,7 @@ The pkgconfig class is for packages that install <pkg>.pc files. These files provide information - about the build settings for the package vwhich are then made available by + about the build settings for the package which are then made available by the pkg-config command. Since the contents of the .pc files are used at @@ -36,4 +36,4 @@ (it will ignore those that end in -uninstalled.pc) and process them as described above. All that is required to use the class is the addition of pkgconfig in an inherit statement:inherit autotools pkgconfig - \ No newline at end of file + -- cgit v1.2.3 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