Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] p7zip: update to version 15.14.1
Date: Fri, 17 Jun 2016 15:59:32 +0200	[thread overview]
Message-ID: <20160617135932.GA2574@jama> (raw)
In-Reply-To: <1466171611-29613-1-git-send-email-pascal.bach@siemens.com>

[-- Attachment #1: Type: text/plain, Size: 4039 bytes --]

On Fri, Jun 17, 2016 at 03:53:31PM +0200, Pascal Bach wrote:
> Signed-off-by: Pascal Bach <pascal.bach@siemens.com>

What changed in LIC_FILES_CHKSUM files? Describe it in commit message.

> ---
>  ...do_not_override_compiler_and_do_not_strip.patch | 25 +++++++++++-----------
>  .../p7zip/{p7zip_9.20.1.bb => p7zip_15.14.1.bb}    |  9 ++++----
>  2 files changed, 17 insertions(+), 17 deletions(-)
>  rename meta-oe/recipes-extended/p7zip/{p7zip_9.20.1.bb => p7zip_15.14.1.bb} (71%)
> 
> diff --git a/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch b/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch
> index a3b02c5..b0a560f 100644
> --- a/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch
> +++ b/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch
> @@ -7,25 +7,24 @@ Upstream-Status: Pending
>  Signed-off-by: Raphael Freudiger <raphael.freudiger@siemens.com>
>  Reviewed-By: Pascal Bach <pascal.bach@siemens.com>
>  
> -Index: p7zip_9.20.1/makefile.machine
> -=====================================================================
> ---- p7zip_9.20.1/makefile.machine	2011-03-13 12:54:57.000000000 +0100
> -+++ p7zip_9.20.1/makefile.machine	2015-02-03 08:39:44.427696944 +0100
> -@@ -4,14 +4,14 @@
> +diff -Nurp p7zip_15.14.1_orig/makefile.machine p7zip_15.14.1/makefile.machine
> +--- p7zip_15.14.1_orig/makefile.machine	2016-03-23 20:37:47.000000000 +0100
> ++++ p7zip_15.14.1/makefile.machine	2016-06-17 15:33:39.720454477 +0200
> +@@ -2,7 +2,7 @@
> + # makefile for Linux (x86, PPC, alpha ...)
> + #
>   
> - OPTFLAGS=-O
> +-OPTFLAGS=-O -s
> ++OPTFLAGS=-O
>   
> --ALLFLAGS=${OPTFLAGS} -pipe -s \
> -+ALLFLAGS=${OPTFLAGS} -pipe \
> + ALLFLAGS=${OPTFLAGS} -pipe \
>       	-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
> - 	-DNDEBUG -D_REENTRANT -DENV_UNIX \
> +@@ -10,8 +10,6 @@ ALLFLAGS=${OPTFLAGS} -pipe \
>   	-D_7ZIP_LARGE_PAGES \
>   	$(LOCAL_FLAGS)
>   
> --CXX=g++ $(ALLFLAGS)
> --CC=gcc $(ALLFLAGS)
> -+CXX+=$(ALLFLAGS)
> -+CC+=$(ALLFLAGS)
> +-CXX=g++
> +-CC=gcc
>   CC_SHARED=-fPIC
>   LINK_SHARED=-fPIC -shared
>   
> diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_15.14.1.bb
> similarity index 71%
> rename from meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
> rename to meta-oe/recipes-extended/p7zip/p7zip_15.14.1.bb
> index b89fc42..8e2e241 100644
> --- a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
> +++ b/meta-oe/recipes-extended/p7zip/p7zip_15.14.1.bb
> @@ -1,13 +1,14 @@
>  SUMMARY = "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 \
> -                    file://DOCS/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de"
> +LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \
> +                    file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \
> +                    file://DOC/License.txt;md5=8346bfd0a2fa0987e7a3a512adf84ab9"
>  
>  SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \
>            file://do_not_override_compiler_and_do_not_strip.patch"
> -SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89"
> -SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782"
> +SRC_URI[md5sum] = "92cca093312b5a71a7be7dc7d1d32509"
> +SRC_URI[sha256sum] = "699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4"
>  
>  S = "${WORKDIR}/${BPN}_${PV}"
>  
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

      reply	other threads:[~2016-06-17 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 13:53 [meta-oe][PATCH] p7zip: update to version 15.14.1 Pascal Bach
2016-06-17 13:59 ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160617135932.GA2574@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox