summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-01-20 15:56:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:20 +0000
commit55a8df2056024acf714f47c85267c1eba8b7b6be (patch)
treecfe6f9df7b309d7a296eabaf3dc30e2fab768793 /meta/recipes-devtools/perl
parenta84058826d913c093f088e929cb1f34ff413fa0c (diff)
downloadpoky-55a8df2056024acf714f47c85267c1eba8b7b6be.tar.gz
perl: Upgrade to 5.22.1
Rebased: - Makefile.SH.patch (From OE-Core rev: f4c9908eae1ae3dcc38877abe2d5fbeb46851dd4) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.22.1.bb (renamed from meta/recipes-devtools/perl/perl-native_5.22.0.bb)4
-rw-r--r--meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc (renamed from meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc)0
-rw-r--r--meta/recipes-devtools/perl/perl/Makefile.SH.patch63
-rw-r--r--meta/recipes-devtools/perl/perl/config.sh50
-rw-r--r--meta/recipes-devtools/perl/perl_5.22.1.bb (renamed from meta/recipes-devtools/perl/perl_5.22.0.bb)4
5 files changed, 61 insertions, 60 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools/perl/perl-native_5.22.1.bb
index b4dda31285..9ffb24825b 100644
--- a/meta/recipes-devtools/perl/perl-native_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.22.1.bb
@@ -11,8 +11,8 @@ SRC_URI += "\
11 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ 11 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
12 " 12 "
13 13
14SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" 14SRC_URI[md5sum] = "6671e4829cbaf9cecafa9a84f141b0a3"
15SRC_URI[sha256sum] = "be83ead0c5c26cbbe626fa4bac1a4beabe23a9eebc15d35ba49ccde11878e196" 15SRC_URI[sha256sum] = "9e87317d693ce828095204be0d09af8d60b8785533fadea1a82b6f0e071e5c79"
16 16
17inherit native 17inherit native
18 18
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc
index 7f886f34ab..7f886f34ab 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc
diff --git a/meta/recipes-devtools/perl/perl/Makefile.SH.patch b/meta/recipes-devtools/perl/perl/Makefile.SH.patch
index 3de233128d..edf49d60e4 100644
--- a/meta/recipes-devtools/perl/perl/Makefile.SH.patch
+++ b/meta/recipes-devtools/perl/perl/Makefile.SH.patch
@@ -5,10 +5,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
5 Makefile.SH | 145 +++++++++++++++++++++++++++-------------------------------- 5 Makefile.SH | 145 +++++++++++++++++++++++++++--------------------------------
6 1 file changed, 67 insertions(+), 78 deletions(-) 6 1 file changed, 67 insertions(+), 78 deletions(-)
7 7
8diff --git a/Makefile.SH b/Makefile.SH 8Index: perl-5.22.1/Makefile.SH
9index 034d812..67e08fd 100755 9===================================================================
10--- a/Makefile.SH 10--- perl-5.22.1.orig/Makefile.SH
11+++ b/Makefile.SH 11+++ perl-5.22.1/Makefile.SH
12@@ -39,10 +39,10 @@ case "$useshrplib" in 12@@ -39,10 +39,10 @@ case "$useshrplib" in
13 true) 13 true)
14 # Prefix all runs of 'miniperl' and 'perl' with 14 # Prefix all runs of 'miniperl' and 'perl' with
@@ -67,6 +67,10 @@ index 034d812..67e08fd 100755
67-all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make $(MANIFEST_SRT) 67-all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make $(MANIFEST_SRT)
68- @echo " "; 68- @echo " ";
69- @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." 69- @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
70-
71-$(MANIFEST_SRT): MANIFEST $(PERL_EXE)
72- @$(RUN_PERL) Porting/manisort -q || (echo "WARNING: re-sorting MANIFEST"; \
73- $(RUN_PERL) Porting/manisort -q -o MANIFEST; sh -c true)
70+#all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make $(MANIFEST_SRT) 74+#all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make $(MANIFEST_SRT)
71+# @echo " "; 75+# @echo " ";
72+# @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." 76+# @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
@@ -76,10 +80,7 @@ index 034d812..67e08fd 100755
76+more: $(generated_pods) $(private) $(public) 80+more: $(generated_pods) $(private) $(public)
77+ 81+
78+more2: $(dynamic_ext) 82+more2: $(dynamic_ext)
79 83+
80-$(MANIFEST_SRT): MANIFEST $(PERL_EXE)
81- @$(RUN_PERL) Porting/manisort -q || (echo "WARNING: re-sorting MANIFEST"; \
82- $(RUN_PERL) Porting/manisort -q -o MANIFEST; sh -c true)
83+more3: $(nonxs_ext) 84+more3: $(nonxs_ext)
84+ 85+
85+more4: extras.make $(MANIFEST_SRT) 86+more4: extras.make $(MANIFEST_SRT)
@@ -144,7 +145,7 @@ index 034d812..67e08fd 100755
144 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def 145 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def
145 146
146 !NO!SUBS! 147 !NO!SUBS!
147@@ -829,7 +829,7 @@ $(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT) 148@@ -829,7 +829,7 @@ $(LIBPERL): $& $(obj) $(DYNALOADER) $(LI
148 true) 149 true)
149 $spitshell >>$Makefile <<'!NO!SUBS!' 150 $spitshell >>$Makefile <<'!NO!SUBS!'
150 rm -f $@ 151 rm -f $@
@@ -175,7 +176,7 @@ index 034d812..67e08fd 100755
175 $(MINIPERL) -f write_buildcustomize.pl 176 $(MINIPERL) -f write_buildcustomize.pl
176 !NO!SUBS! 177 !NO!SUBS!
177 ;; 178 ;;
178@@ -907,7 +911,9 @@ lib/buildcustomize.pl: $& $(mini_obj) write_buildcustomize.pl 179@@ -907,7 +911,9 @@ lib/buildcustomize.pl: $& $(mini_obj) wr
179 -@rm -f miniperl.xok 180 -@rm -f miniperl.xok
180 $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \ 181 $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \
181 $(mini_obj) $(libs) 182 $(mini_obj) $(libs)
@@ -186,7 +187,7 @@ index 034d812..67e08fd 100755
186 $(MINIPERL) -f write_buildcustomize.pl 187 $(MINIPERL) -f write_buildcustomize.pl
187 !NO!SUBS! 188 !NO!SUBS!
188 ;; 189 ;;
189@@ -918,7 +924,9 @@ lib/buildcustomize.pl: \$& \$(mini_obj) write_buildcustomize.pl 190@@ -918,7 +924,9 @@ lib/buildcustomize.pl: \$& \$(mini_obj)
190 -@rm -f miniperl.xok 191 -@rm -f miniperl.xok
191 -@rm \$(MINIPERL_EXE) 192 -@rm \$(MINIPERL_EXE)
192 \$(LNS) \$(HOST_PERL) \$(MINIPERL_EXE) 193 \$(LNS) \$(HOST_PERL) \$(MINIPERL_EXE)
@@ -197,7 +198,7 @@ index 034d812..67e08fd 100755
197 \$(MINIPERL) -f write_buildcustomize.pl 'osname' "$osname" 198 \$(MINIPERL) -f write_buildcustomize.pl 'osname' "$osname"
198 !GROK!THIS! 199 !GROK!THIS!
199 else 200 else
200@@ -927,7 +935,9 @@ lib/buildcustomize.pl: $& $(mini_obj) write_buildcustomize.pl 201@@ -927,7 +935,9 @@ lib/buildcustomize.pl: $& $(mini_obj) wr
201 -@rm -f miniperl.xok 202 -@rm -f miniperl.xok
202 $(CC) $(CLDFLAGS) -o $(MINIPERL_EXE) \ 203 $(CC) $(CLDFLAGS) -o $(MINIPERL_EXE) \
203 $(mini_obj) $(libs) 204 $(mini_obj) $(libs)
@@ -217,7 +218,7 @@ index 034d812..67e08fd 100755
217 -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \ 218 -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
218 (cd ext/Devel-PPPort && `pwd`/run.sh ../../$(MINIPERL_EXE) -I../../lib \$\$f); \ 219 (cd ext/Devel-PPPort && `pwd`/run.sh ../../$(MINIPERL_EXE) -I../../lib \$\$f); \
219 done 220 done
220@@ -981,7 +991,7 @@ makeppport: \$(MINIPERL_EXE) \$(CONFIGPM) 221@@ -981,7 +991,7 @@ makeppport: \$(MINIPERL_EXE) \$(CONFIGPM
221 *) 222 *)
222 $spitshell >>$Makefile <<'!NO!SUBS!' 223 $spitshell >>$Makefile <<'!NO!SUBS!'
223 .PHONY: makeppport 224 .PHONY: makeppport
@@ -246,7 +247,7 @@ index 034d812..67e08fd 100755
246 $(MINIPERL) lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p 247 $(MINIPERL) lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
247 # Commented out so always runs, mktables looks at far more files than we 248 # Commented out so always runs, mktables looks at far more files than we
248 # can in this makefile to decide if needs to run or not 249 # can in this makefile to decide if needs to run or not
249@@ -1009,12 +1019,12 @@ uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) 250@@ -1009,12 +1019,12 @@ uni.data: $(MINIPERL_EXE) $(CONFIGPM) li
250 # $(PERL_EXE) and ext because pod_lib.pl needs Digest::MD5 251 # $(PERL_EXE) and ext because pod_lib.pl needs Digest::MD5
251 # But also this ensures that all extensions are built before we try to scan 252 # But also this ensures that all extensions are built before we try to scan
252 # them, which picks up Devel::PPPort's documentation. 253 # them, which picks up Devel::PPPort's documentation.
@@ -262,9 +263,9 @@ index 034d812..67e08fd 100755
262 $(MINIPERL) autodoc.pl 263 $(MINIPERL) autodoc.pl
263 264
264 pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST 265 pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
265@@ -1024,7 +1034,7 @@ pod/perl5220delta.pod: pod/perldelta.pod 266@@ -1024,7 +1034,7 @@ pod/perl5221delta.pod: pod/perldelta.pod
266 $(RMS) pod/perl5220delta.pod 267 $(RMS) pod/perl5221delta.pod
267 $(LNS) perldelta.pod pod/perl5220delta.pod 268 $(LNS) perldelta.pod pod/perl5221delta.pod
268 269
269-extra.pods: $(MINIPERL_EXE) 270-extra.pods: $(MINIPERL_EXE)
270+extra.pods: 271+extra.pods:
@@ -300,11 +301,11 @@ index 034d812..67e08fd 100755
300 install.perl: $(INSTALL_DEPENDENCE) installperl 301 install.perl: $(INSTALL_DEPENDENCE) installperl
301- $(RUN_PERL) installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS) 302- $(RUN_PERL) installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
302- -@test ! -s extras.lst || PATH="`pwd`:\${PATH}" PERL5LIB="`pwd`/lib" \$(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst` 303- -@test ! -s extras.lst || PATH="`pwd`:\${PATH}" PERL5LIB="`pwd`/lib" \$(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
303+ ./hostperl -Ifake_config_library -Ilib -MConfig installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS) 304-
304
305-install.man: all installman 305-install.man: all installman
306- $(RUN_PERL) installman --destdir=$(DESTDIR) $(INSTALLFLAGS) 306- $(RUN_PERL) installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
307- 307+ ./hostperl -Ifake_config_library -Ilib -MConfig installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
308
308-# XXX Experimental. Hardwired values, but useful for testing. 309-# XXX Experimental. Hardwired values, but useful for testing.
309-# Eventually Configure could ask for some of these values. 310-# Eventually Configure could ask for some of these values.
310-install.html: all installhtml 311-install.html: all installhtml
@@ -337,7 +338,7 @@ index 034d812..67e08fd 100755
337 $(MINIPERL) make_ext.pl $@ $(MAKE_EXT_ARGS) MAKE="$(MAKE)" LIBPERL_A=$(LIBPERL) LINKTYPE=static $(STATIC_LDFLAGS) 338 $(MINIPERL) make_ext.pl $@ $(MAKE_EXT_ARGS) MAKE="$(MAKE)" LIBPERL_A=$(LIBPERL) LINKTYPE=static $(STATIC_LDFLAGS)
338 339
339 n_dummy $(nonxs_ext): $(MINIPERL_EXE) lib/buildcustomize.pl preplibrary FORCE 340 n_dummy $(nonxs_ext): $(MINIPERL_EXE) lib/buildcustomize.pl preplibrary FORCE
340@@ -1405,14 +1394,14 @@ test_prep_pre: preplibrary utilities $(nonxs_ext) 341@@ -1405,14 +1394,14 @@ test_prep_pre: preplibrary utilities $(n
341 342
342 case "$targethost" in 343 case "$targethost" in
343 '') $spitshell >>$Makefile <<'!NO!SUBS!' 344 '') $spitshell >>$Makefile <<'!NO!SUBS!'
@@ -354,7 +355,7 @@ index 034d812..67e08fd 100755
354 \$(dynamic_ext) \$(TEST_PERL_DLL) runtests \ 355 \$(dynamic_ext) \$(TEST_PERL_DLL) runtests \
355 \$(generated_pods) 356 \$(generated_pods)
356 $to libperl.* 357 $to libperl.*
357@@ -1465,7 +1454,7 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE 358@@ -1465,7 +1454,7 @@ test_prep test-prep: test_prep_pre \$(MI
358 esac 359 esac
359 360
360 $spitshell >>$Makefile <<'!NO!SUBS!' 361 $spitshell >>$Makefile <<'!NO!SUBS!'
@@ -363,12 +364,12 @@ index 034d812..67e08fd 100755
363 $(MINIPERL) make_ext.pl $(dynamic_ext_re) MAKE="$(MAKE)" LIBPERL_A=$(LIBPERL) LINKTYPE=dynamic 364 $(MINIPERL) make_ext.pl $(dynamic_ext_re) MAKE="$(MAKE)" LIBPERL_A=$(LIBPERL) LINKTYPE=dynamic
364 cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE)) 365 cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
365 !NO!SUBS! 366 !NO!SUBS!
366@@ -1516,7 +1505,7 @@ $spitshell >>$Makefile <<'!NO!SUBS!' 367@@ -1526,7 +1515,7 @@ minitest_prep:
367 368
368 # Can't depend on lib/Config.pm because that might be where miniperl 369 MINITEST_TESTS = base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t uni/*.t perf/*.t
369 # is crashing. 370
370-minitest: $(MINIPERL_EXE) 371-minitest: $(MINIPERL_EXE) minitest_prep
371+minitest: 372+minitest: minitest_prep
372 -@test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles) 373 - cd t && $(RUN_PERL) TEST $(MINITEST_TESTS) </dev/tty
373 @echo " " 374
374 @echo "You may see some irrelevant test failures if you have been unable" 375 minitest-notty minitest_notty: $(MINIPERL_EXE) minitest_prep
diff --git a/meta/recipes-devtools/perl/perl/config.sh b/meta/recipes-devtools/perl/perl/config.sh
index 9fb50423b5..59e016e4dc 100644
--- a/meta/recipes-devtools/perl/perl/config.sh
+++ b/meta/recipes-devtools/perl/perl/config.sh
@@ -14,7 +14,7 @@
14 14
15: Configure command line arguments. 15: Configure command line arguments.
16config_arg0='Configure' 16config_arg0='Configure'
17config_args='-des -Doptimize=-O2 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Open Embedded -Dinstallprefix=@EXECPREFIX@ -Dprefix=@EXECPREFIX@ -Dvendorprefix=@EXECPREFIX@ -Dsiteprefix=@EXECPREFIX@ -Dotherlibdirs=@LIBDIR@/perl/5.22.0 -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Ud_dosuid -Dd_semctl_semun -Ui_db -Ui_ndbm -Ui_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=@USRBIN@/less -isr' 17config_args='-des -Doptimize=-O2 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Open Embedded -Dinstallprefix=@EXECPREFIX@ -Dprefix=@EXECPREFIX@ -Dvendorprefix=@EXECPREFIX@ -Dsiteprefix=@EXECPREFIX@ -Dotherlibdirs=@LIBDIR@/perl/5.22.1 -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Ud_dosuid -Dd_semctl_semun -Ui_db -Ui_ndbm -Ui_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=@USRBIN@/less -isr'
18config_argc=28 18config_argc=28
19config_arg1='-des' 19config_arg1='-des'
20config_arg2='-Doptimize=-O2' 20config_arg2='-Doptimize=-O2'
@@ -26,7 +26,7 @@ config_arg7='-Dinstallprefix=@EXECPREFIX@'
26config_arg8='-Dprefix=@EXECPREFIX@' 26config_arg8='-Dprefix=@EXECPREFIX@'
27config_arg9='-Dvendorprefix=@EXECPREFIX@' 27config_arg9='-Dvendorprefix=@EXECPREFIX@'
28config_arg10='-Dsiteprefix=@EXECPREFIX@' 28config_arg10='-Dsiteprefix=@EXECPREFIX@'
29config_arg11='-Dotherlibdirs=@LIBDIR@/perl/5.22.0' 29config_arg11='-Dotherlibdirs=@LIBDIR@/perl/5.22.1'
30config_arg12='-Duseshrplib' 30config_arg12='-Duseshrplib'
31config_arg13='-Dusethreads' 31config_arg13='-Dusethreads'
32config_arg14='-Duseithreads' 32config_arg14='-Duseithreads'
@@ -66,11 +66,11 @@ aphostname=''
66api_revision='5' 66api_revision='5'
67api_subversion='0' 67api_subversion='0'
68api_version='22' 68api_version='22'
69api_versionstring='5.22.0' 69api_versionstring='5.22.1'
70ar='ar' 70ar='ar'
71archlib='@LIBDIR@/perl/5.22.0/@ARCH@-thread-multi' 71archlib='@LIBDIR@/perl/5.22.1/@ARCH@-thread-multi'
72archlibexp='@STAGINGDIR@@LIBDIR@/perl/5.22.0/@ARCH@-thread-multi' 72archlibexp='@STAGINGDIR@@LIBDIR@/perl/5.22.1/@ARCH@-thread-multi'
73archlib_exp='@LIBDIR@/perl/5.22.0/@ARCH@-thread-multi' 73archlib_exp='@LIBDIR@/perl/5.22.1/@ARCH@-thread-multi'
74archname64='' 74archname64=''
75archname='@ARCH@-thread-multi' 75archname='@ARCH@-thread-multi'
76archobjs='' 76archobjs=''
@@ -88,7 +88,7 @@ castflags='0'
88cat='cat' 88cat='cat'
89cc='gcc' 89cc='gcc'
90cccdlflags='-fPIC' 90cccdlflags='-fPIC'
91ccdlflags='-Wl,-E -Wl,-rpath,@LIBDIR@/perl/5.22.0/@ARCH@-thread-multi/CORE' 91ccdlflags='-Wl,-E -Wl,-rpath,@LIBDIR@/perl/5.22.1/@ARCH@-thread-multi/CORE'
92ccflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2' 92ccflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
93ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' 93ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
94ccname='gcc' 94ccname='gcc'
@@ -834,7 +834,7 @@ inc_version_list_init='0'
834incpath='' 834incpath=''
835inews='' 835inews=''
836initialinstalllocation='@USRBIN@' 836initialinstalllocation='@USRBIN@'
837installarchlib='@LIBDIR@/perl/5.22.0/@ARCH@-thread-multi' 837installarchlib='@LIBDIR@/perl/5.22.1/@ARCH@-thread-multi'
838installbin='@USRBIN@' 838installbin='@USRBIN@'
839installhtml1dir='' 839installhtml1dir=''
840installhtml3dir='' 840installhtml3dir=''
@@ -842,23 +842,23 @@ installman1dir=''
842installman3dir='' 842installman3dir=''
843installprefix='@EXECPREFIX@' 843installprefix='@EXECPREFIX@'
844installprefixexp='@EXECPREFIX@' 844installprefixexp='@EXECPREFIX@'
845installprivlib='@LIBDIR@/perl/5.22.0' 845installprivlib='@LIBDIR@/perl/5.22.1'
846installscript='@USRBIN@' 846installscript='@USRBIN@'
847installsitearch='@LIBDIR@/perl/site_perl/5.22.0/@ARCH@-thread-multi' 847installsitearch='@LIBDIR@/perl/site_perl/5.22.1/@ARCH@-thread-multi'
848installsitebin='@USRBIN@' 848installsitebin='@USRBIN@'
849installsitehtml1dir='' 849installsitehtml1dir=''
850installsitehtml3dir='' 850installsitehtml3dir=''
851installsitelib='@LIBDIR@/perl/site_perl/5.22.0' 851installsitelib='@LIBDIR@/perl/site_perl/5.22.1'
852installsiteman1dir='' 852installsiteman1dir=''
853installsiteman3dir='' 853installsiteman3dir=''
854installsitescript='@USRBIN@' 854installsitescript='@USRBIN@'
855installstyle='lib/perl' 855installstyle='lib/perl'
856installusrbinperl='define' 856installusrbinperl='define'
857installvendorarch='@LIBDIR@/perl/vendor_perl/5.22.0/@ARCH@-thread-multi' 857installvendorarch='@LIBDIR@/perl/vendor_perl/5.22.1/@ARCH@-thread-multi'
858installvendorbin='@USRBIN@' 858installvendorbin='@USRBIN@'
859installvendorhtml1dir='' 859installvendorhtml1dir=''
860installvendorhtml3dir='' 860installvendorhtml3dir=''
861installvendorlib='@LIBDIR@/perl/vendor_perl/5.22.0' 861installvendorlib='@LIBDIR@/perl/vendor_perl/5.22.1'
862installvendorman1dir='' 862installvendorman1dir=''
863installvendorman3dir='' 863installvendorman3dir=''
864installvendorscript='@USRBIN@' 864installvendorscript='@USRBIN@'
@@ -957,7 +957,7 @@ optimize='-O2'
957orderlib='false' 957orderlib='false'
958osname='linux' 958osname='linux'
959osvers='3.19.5-yocto-standard' 959osvers='3.19.5-yocto-standard'
960otherlibdirs='@LIBDIR@/perl/5.22.0' 960otherlibdirs='@LIBDIR@/perl/5.22.1'
961package='perl' 961package='perl'
962pager='/usr/bin/less -isr' 962pager='/usr/bin/less -isr'
963passcat='cat /etc/passwd' 963passcat='cat /etc/passwd'
@@ -978,8 +978,8 @@ pmake=''
978pr='' 978pr=''
979prefix='@EXECPREFIX@' 979prefix='@EXECPREFIX@'
980prefixexp='@EXECPREFIX@' 980prefixexp='@EXECPREFIX@'
981privlib='@LIBDIR@/perl/5.22.0' 981privlib='@LIBDIR@/perl/5.22.1'
982privlibexp='@LIBDIR@/perl/5.22.0' 982privlibexp='@LIBDIR@/perl/5.22.1'
983procselfexe='"/proc/self/exe"' 983procselfexe='"/proc/self/exe"'
984prototype='define' 984prototype='define'
985ptrsize='8' 985ptrsize='8'
@@ -1045,17 +1045,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
1045sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0' 1045sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0'
1046sig_size='69' 1046sig_size='69'
1047signal_t='void' 1047signal_t='void'
1048sitearch='@LIBDIR@/perl/site_perl/5.22.0/@ARCH@-thread-multi' 1048sitearch='@LIBDIR@/perl/site_perl/5.22.1/@ARCH@-thread-multi'
1049sitearchexp='@LIBDIR@/perl/site_perl/5.22.0/@ARCH@-thread-multi' 1049sitearchexp='@LIBDIR@/perl/site_perl/5.22.1/@ARCH@-thread-multi'
1050sitebin='@USRBIN@' 1050sitebin='@USRBIN@'
1051sitebinexp='@USRBIN@' 1051sitebinexp='@USRBIN@'
1052sitehtml1dir='' 1052sitehtml1dir=''
1053sitehtml1direxp='' 1053sitehtml1direxp=''
1054sitehtml3dir='' 1054sitehtml3dir=''
1055sitehtml3direxp='' 1055sitehtml3direxp=''
1056sitelib='@LIBDIR@/perl/site_perl/5.22.0' 1056sitelib='@LIBDIR@/perl/site_perl/5.22.1'
1057sitelib_stem='@LIBDIR@/perl/site_perl' 1057sitelib_stem='@LIBDIR@/perl/site_perl'
1058sitelibexp='@LIBDIR@/perl/site_perl/5.22.0' 1058sitelibexp='@LIBDIR@/perl/site_perl/5.22.1'
1059siteman1dir='' 1059siteman1dir=''
1060siteman1direxp='' 1060siteman1direxp=''
1061siteman3dir='' 1061siteman3dir=''
@@ -1174,17 +1174,17 @@ uvtype='unsigned long'
1174uvuformat='"lu"' 1174uvuformat='"lu"'
1175uvxformat='"lx"' 1175uvxformat='"lx"'
1176vaproto='define' 1176vaproto='define'
1177vendorarch='@LIBDIR@/perl/vendor_perl/5.22.0/@ARCH@-thread-multi' 1177vendorarch='@LIBDIR@/perl/vendor_perl/5.22.1/@ARCH@-thread-multi'
1178vendorarchexp='@LIBDIR@/perl/vendor_perl/5.22.0/@ARCH@-thread-multi' 1178vendorarchexp='@LIBDIR@/perl/vendor_perl/5.22.1/@ARCH@-thread-multi'
1179vendorbin='@USRBIN@' 1179vendorbin='@USRBIN@'
1180vendorbinexp='@USRBIN@' 1180vendorbinexp='@USRBIN@'
1181vendorhtml1dir=' ' 1181vendorhtml1dir=' '
1182vendorhtml1direxp='' 1182vendorhtml1direxp=''
1183vendorhtml3dir=' ' 1183vendorhtml3dir=' '
1184vendorhtml3direxp='' 1184vendorhtml3direxp=''
1185vendorlib='@LIBDIR@/perl/vendor_perl/5.22.0' 1185vendorlib='@LIBDIR@/perl/vendor_perl/5.22.1'
1186vendorlib_stem='@LIBDIR@/perl/vendor_perl' 1186vendorlib_stem='@LIBDIR@/perl/vendor_perl'
1187vendorlibexp='@LIBDIR@/perl/vendor_perl/5.22.0' 1187vendorlibexp='@LIBDIR@/perl/vendor_perl/5.22.1'
1188vendorman1dir=' ' 1188vendorman1dir=' '
1189vendorman1direxp='' 1189vendorman1direxp=''
1190vendorman3dir=' ' 1190vendorman3dir=' '
@@ -1193,7 +1193,7 @@ vendorprefix='@EXECPREFIX@'
1193vendorprefixexp='@EXECPREFIX@' 1193vendorprefixexp='@EXECPREFIX@'
1194vendorscript='@USRBIN@' 1194vendorscript='@USRBIN@'
1195vendorscriptexp='@USRBIN@' 1195vendorscriptexp='@USRBIN@'
1196version='5.22.0' 1196version='5.22.1'
1197version_patchlevel_string='version 22 subversion 0' 1197version_patchlevel_string='version 22 subversion 0'
1198versiononly='undef' 1198versiononly='undef'
1199vi='' 1199vi=''
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.1.bb
index 29dd12d77d..705852c01c 100644
--- a/meta/recipes-devtools/perl/perl_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.22.1.bb
@@ -71,8 +71,8 @@ SRC_URI_append_class-target = " \
71 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \ 71 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \
72 " 72 "
73 73
74SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" 74SRC_URI[md5sum] = "6671e4829cbaf9cecafa9a84f141b0a3"
75SRC_URI[sha256sum] = "be83ead0c5c26cbbe626fa4bac1a4beabe23a9eebc15d35ba49ccde11878e196" 75SRC_URI[sha256sum] = "9e87317d693ce828095204be0d09af8d60b8785533fadea1a82b6f0e071e5c79"
76 76
77inherit perlnative siteinfo 77inherit perlnative siteinfo
78 78