summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2016-06-17 16:10:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-23 15:20:04 +0200
commitd24e984e286402087107e6e58796ed6f5bceb08c (patch)
tree7d0fbf18c09a0bf31f7e7201ac81686690883b62 /meta-oe
parent0647b7d6400b1c40fc6cb40596e56b852ceb85c5 (diff)
downloadmeta-openembedded-d24e984e286402087107e6e58796ed6f5bceb08c.tar.gz
p7zip: update to version 15.14.1
The copying.txt file contains white space changes and the address of the Free Software Foundation mentioned in the LGPLv3.1 changed from: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 to: 59 Temple Place, Suite 330, Boston, MA 02111-1307 otherwise the license text remains unchanged. An additional License.txt containing top level license information is now also covered by LIC_FILES_CHKSUM Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch25
-rw-r--r--meta-oe/recipes-extended/p7zip/p7zip_15.14.1.bb (renamed from meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb)9
2 files changed, 17 insertions, 17 deletions
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 a3b02c5dc..b0a560fe9 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
7Signed-off-by: Raphael Freudiger <raphael.freudiger@siemens.com> 7Signed-off-by: Raphael Freudiger <raphael.freudiger@siemens.com>
8Reviewed-By: Pascal Bach <pascal.bach@siemens.com> 8Reviewed-By: Pascal Bach <pascal.bach@siemens.com>
9 9
10Index: p7zip_9.20.1/makefile.machine 10diff -Nurp p7zip_15.14.1_orig/makefile.machine p7zip_15.14.1/makefile.machine
11===================================================================== 11--- p7zip_15.14.1_orig/makefile.machine 2016-03-23 20:37:47.000000000 +0100
12--- p7zip_9.20.1/makefile.machine 2011-03-13 12:54:57.000000000 +0100 12+++ p7zip_15.14.1/makefile.machine 2016-06-17 15:33:39.720454477 +0200
13+++ p7zip_9.20.1/makefile.machine 2015-02-03 08:39:44.427696944 +0100 13@@ -2,7 +2,7 @@
14@@ -4,14 +4,14 @@ 14 # makefile for Linux (x86, PPC, alpha ...)
15 #
15 16
16 OPTFLAGS=-O 17-OPTFLAGS=-O -s
18+OPTFLAGS=-O
17 19
18-ALLFLAGS=${OPTFLAGS} -pipe -s \ 20 ALLFLAGS=${OPTFLAGS} -pipe \
19+ALLFLAGS=${OPTFLAGS} -pipe \
20 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ 21 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
21 -DNDEBUG -D_REENTRANT -DENV_UNIX \ 22@@ -10,8 +10,6 @@ ALLFLAGS=${OPTFLAGS} -pipe \
22 -D_7ZIP_LARGE_PAGES \ 23 -D_7ZIP_LARGE_PAGES \
23 $(LOCAL_FLAGS) 24 $(LOCAL_FLAGS)
24 25
25-CXX=g++ $(ALLFLAGS) 26-CXX=g++
26-CC=gcc $(ALLFLAGS) 27-CC=gcc
27+CXX+=$(ALLFLAGS)
28+CC+=$(ALLFLAGS)
29 CC_SHARED=-fPIC 28 CC_SHARED=-fPIC
30 LINK_SHARED=-fPIC -shared 29 LINK_SHARED=-fPIC -shared
31 30
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_15.14.1.bb
index b89fc42de..8e2e241ea 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 @@
1SUMMARY = "7-zip is a commandline utility handling 7z archives." 1SUMMARY = "7-zip is a commandline utility handling 7z archives."
2HOMEPAGE = "http://www.7-zip.org/" 2HOMEPAGE = "http://www.7-zip.org/"
3LICENSE = "LGPL-2.1+ & unRAR" 3LICENSE = "LGPL-2.1+ & unRAR"
4LIC_FILES_CHKSUM = "file://DOCS/copying.txt;md5=ecfc54c9e37b63ac58900061ce2eab5a \ 4LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \
5 file://DOCS/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de" 5 file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \
6 file://DOC/License.txt;md5=8346bfd0a2fa0987e7a3a512adf84ab9"
6 7
7SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \ 8SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \
8 file://do_not_override_compiler_and_do_not_strip.patch" 9 file://do_not_override_compiler_and_do_not_strip.patch"
9SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89" 10SRC_URI[md5sum] = "92cca093312b5a71a7be7dc7d1d32509"
10SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782" 11SRC_URI[sha256sum] = "699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4"
11 12
12S = "${WORKDIR}/${BPN}_${PV}" 13S = "${WORKDIR}/${BPN}_${PV}"
13 14