[oe-commits] [openembedded-core] branch master-next updated: gtk-doc patch fixup

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 21:41:10 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
       new  5a2308e   gtk-doc patch fixup
5a2308e is described below

commit 5a2308e131982fc7b28a9f4b4910232a722523bb
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Aug 31 22:34:27 2016 +0100

    gtk-doc patch fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 ...o-not-hardocode-paths-to-perl-python-in-scripts.patch | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
index 3c8f2a2..477fc9a 100644
--- a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
+++ b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
@@ -28,7 +28,7 @@ index 560d69b..b60857f 100755
 +++ b/gtkdoc-check.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -38,7 +38,7 @@ index 4747396..cfadb78 100644
 +++ b/gtkdoc-common.pl.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -58,7 +58,7 @@ index 3d9e8d0..d55190b 100755
 +++ b/gtkdoc-fixxref.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -68,7 +68,7 @@ index 8dd6d5e..d808750 100755
 +++ b/gtkdoc-mkdb.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -78,7 +78,7 @@ index c64dfd3..2f46c18 100755
 +++ b/gtkdoc-mktmpl.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -88,7 +88,7 @@ index 375482d..cf05b45 100644
 +++ b/gtkdoc-rebase.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -98,7 +98,7 @@ index 048e5c9..78c6136 100755
 +++ b/gtkdoc-scan.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.
@@ -108,7 +108,7 @@ index fb66b76..67ee8f7 100644
 +++ b/gtkdoc-scangobj.in
 @@ -1,4 +1,4 @@
 -#!@PERL@ -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl
  # -*- cperl -*-
  #
  # gtk-doc - GTK DocBook documentation generator.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list