All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perl-native: Fix for when shebang is too many characters.
@ 2015-01-06 14:25 Jacob Stiffler
  2015-01-06 18:16 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-01-06 14:25 UTC (permalink / raw)
  To: meta-arago

 * Solution obtained from http://patchwork.openembedded.org/patch/79251/

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../perl/perl-native_5.14.3.bbappend               |    9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend

diff --git a/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend b/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend
new file mode 100644
index 0000000..8639d5b
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend
@@ -0,0 +1,9 @@
+
+PR_append = "-arago0"
+
+do_install_append() {
+	for f in `grep -Il '#! *${bindir}/perl' ${D}/${bindir}/*`; do
+		sed -i -e 's|${bindir}/perl|/usr/bin/env nativeperl|' $f
+	done
+}
+
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] perl-native: Fix for when shebang is too many characters.
  2015-01-06 14:25 [PATCH] perl-native: Fix for when shebang is too many characters Jacob Stiffler
@ 2015-01-06 18:16 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-06 18:16 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Jan 06, 2015 at 09:25:12AM -0500, Jacob Stiffler wrote:
>  * Solution obtained from http://patchwork.openembedded.org/patch/79251/

Thanks. The patch itself is fine, I just wanted to see a bit more description, 
maybe even mentioning that it got accepted upstream and this bbappend should 
be dropped once we migrate to dizzy:

http://cgit.openembedded.org/openembedded-core/commit/?id=83dec26849a120d0f1de64e63025354fa7108491


> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../perl/perl-native_5.14.3.bbappend               |    9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend
> 
> diff --git a/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend b/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend
> new file mode 100644
> index 0000000..8639d5b
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/perl/perl-native_5.14.3.bbappend
> @@ -0,0 +1,9 @@
> +
> +PR_append = "-arago0"
> +
> +do_install_append() {
> +	for f in `grep -Il '#! *${bindir}/perl' ${D}/${bindir}/*`; do
> +		sed -i -e 's|${bindir}/perl|/usr/bin/env nativeperl|' $f
> +	done
> +}
> +
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-06 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 14:25 [PATCH] perl-native: Fix for when shebang is too many characters Jacob Stiffler
2015-01-06 18:16 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.