mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
* Remove uclibc.patch as the whole localedir guessing code has been removed upstream. * Add patch to fix deprecation warnings (and the resulting broken install paths) when using Perl 5.22 (RB) (From OE-Core rev: bebbcb10f467b40cc9a2fb64c824f2ef4142f7fe) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Index: intltool-0.40.0/intltool-extract.in
|
|
===================================================================
|
|
--- intltool-0.50.0.orig/intltool-extract.in 2011-10-08 22:24:57.000000000 +0300
|
|
+++ intltool-0.50.0/intltool-extract.in 2011-12-07 16:04:07.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!@INTLTOOL_PERL@ -w
|
|
+#!@INTLTOOL_PERL@
|
|
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
#
|
|
Index: intltool-0.50.0/intltool-merge.in
|
|
===================================================================
|
|
--- intltool-0.50.0.orig/intltool-merge.in 2011-10-08 17:52:01.000000000 +0300
|
|
+++ intltool-0.50.0/intltool-merge.in 2011-12-07 16:05:55.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!@INTLTOOL_PERL@ -w
|
|
+#!@INTLTOOL_PERL@
|
|
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
#
|
|
Index: intltool-0.50.0/intltool-prepare.in
|
|
===================================================================
|
|
--- intltool-0.50.0.orig/intltool-prepare.in 2011-10-08 09:16:58.000000000 +0300
|
|
+++ intltool-0.50.0/intltool-prepare.in 2011-12-07 16:06:13.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!@INTLTOOL_PERL@ -w
|
|
+#!@INTLTOOL_PERL@
|
|
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
# Intltool .desktop, .directory Prepare Tool
|
|
Index: intltool-0.50.0/intltool-update.in
|
|
===================================================================
|
|
--- intltool-0.50.0.orig/intltool-update.in 2011-10-08 22:24:57.000000000 +0300
|
|
+++ intltool-0.50.0/intltool-update.in 2011-12-07 16:06:39.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!@INTLTOOL_PERL@ -w
|
|
+#!@INTLTOOL_PERL@
|
|
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
#
|