[OE-core] [PATCH] pigz: Update to upstream version 2.2.5

Saul Wold sgw at linux.intel.com
Thu Aug 9 13:58:21 UTC 2012


On 08/09/2012 10:17 AM, Björn Stenberg wrote:
> ---
>   meta/recipes-extended/pigz/pigz_2.2.4.bb |   11 -----------
>   meta/recipes-extended/pigz/pigz_2.2.5.bb |   11 +++++++++++
>   2 files changed, 11 insertions(+), 11 deletions(-)
>   delete mode 100644 meta/recipes-extended/pigz/pigz_2.2.4.bb
>   create mode 100644 meta/recipes-extended/pigz/pigz_2.2.5.bb
>
> diff --git a/meta/recipes-extended/pigz/pigz_2.2.4.bb b/meta/recipes-extended/pigz/pigz_2.2.4.bb
> deleted file mode 100644
> index e76c49c..0000000
> --- a/meta/recipes-extended/pigz/pigz_2.2.4.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -require pigz.inc
> -
> -PR = "r2"
> -
> -NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
> -
> -BBCLASSEXTEND = "native"
> -
> -SRC_URI[md5sum] = "9df2a3c742524446fa4e797c17e8fd85"
> -SRC_URI[sha256sum] = "7e7967c47f66c07be97cbfa25c8816b72f9d35258466ea31eddc7666c914160e"
> -LIC_FILES_CHKSUM = "file://pigz.c;md5=53f47c097bbf11b937a421b1816a8dc5"
> diff --git a/meta/recipes-extended/pigz/pigz_2.2.5.bb b/meta/recipes-extended/pigz/pigz_2.2.5.bb
> new file mode 100644
> index 0000000..36669c2
> --- /dev/null
> +++ b/meta/recipes-extended/pigz/pigz_2.2.5.bb
> @@ -0,0 +1,11 @@
> +require pigz.inc
> +
> +NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
> +
> +BBCLASSEXTEND = "native"
> +
> +SRC_URI[md5sum] = "188f769ccedc403893d03049ad31e969"
> +SRC_URI[sha256sum] = "e37498cbf3a475d7ebe2519751188c29564bf8dd27ba68bd3c7fe1ac08792759"
> +LIC_FILES_CHKSUM = "file://pigz.c;md5=ee5481b3699dcac1f63cec8d038ada8a"
>
I did not catch this the first time, the md5 has changed for 
LIC_FILES_CHKSUM, why?  Please include a commit message as to what 
changed?  Even if it's just the year, we would like to track License 
changes.

Also, I guess that we should really have beginline/endline for pigz.c 
since we don't want to track the whole file.

Thanks
	Sau!





More information about the Openembedded-core mailing list