[oe] [meta-oe][PATCH v2] p7zip: new recipe

Jonathan Liu net147 at gmail.com
Fri Jan 30 09:07:54 UTC 2015


Hi Raphael,

On 30/01/2015 6:34 PM, Raphael Freudiger wrote:
> diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
> new file mode 100644
> index 0000000..d70cd66
> --- /dev/null
> +++ b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "7-zip is a commandline utility handling 7z archives."
> +HOMEPAGE = "http://www.7-zip.org/"
> +LICENSE = "LGPL-2.1+ & unRAR"
> +LIC_FILES_CHKSUM = "file://./DOCS/copying.txt;md5=ecfc54c9e37b63ac58900061ce2eab5a"
> +LIC_FILES_CHKSUM = "file://./DOCS/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de"
You're assigning LIC_FILES_CHKSHM twice and isn't the ./ redundant?

LIC_FILES_CHKSUM = 
"file://DOCS/copying.txt;md5=ecfc54c9e37b63ac58900061ce2eab5a \
file://DOCS/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de"

Regards,
Jonathan



More information about the Openembedded-devel mailing list