Re: [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools
From: Gary Thomas <hidden>
Date: 2011-08-03 16:55:00
Also in:
yocto
On 2011-08-03 10:33, Matthew McClintock wrote:
Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions.
How does the change below correspond to this comment? It's not clear [at least to me] how changing that environment variable affects shebang constructs. Can you give a more thorough explanation?
quoted hunk ↗ jump to hunk
Signed-off-by: Matthew McClintock<redacted> --- meta/recipes-devtools/intltool/intltool.inc | 2 +- meta/recipes-devtools/intltool/intltool_0.40.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index c934654..d8917ad 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc@@ -12,5 +12,5 @@ RRECOMMENDS_${PN} = "perl-modules" inherit autotools pkgconfig perlnative -export PERL_virtclass-native = "/usr/bin/env perl" +export PERL = "/usr/bin/env perl" BBCLASSEXTEND = "native"diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb index c7938e5..8b52cf8 100644 --- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb +++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb@@ -1,7 +1,7 @@ require intltool.inc LICENSE="GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -PR = "r3" +PR = "r4" SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
-- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------