summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-10 04:48:19 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-11 08:39:06 +0300
commitb2c5306a488d7add62654d4c1d794b12cc2519ef (patch)
treef5571ac34852ff386ee02789c742d2ec5c2a4c4d /meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch
parent2d656b42b4966e206c207117aef024760e7bee10 (diff)
downloadopenbmc-b2c5306a488d7add62654d4c1d794b12cc2519ef.tar.xz
meta-google: conf2struct-native: Add package
Google-Bug-Id: 179618161 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: I1f86406891528241295455c6498f2a488d5b1b78 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch')
-rw-r--r--meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch b/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch
new file mode 100644
index 000000000..83402698e
--- /dev/null
+++ b/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch
@@ -0,0 +1,23 @@
+From b44f0d3dbcadb20396dc83a2aa307d54490388ea Mon Sep 17 00:00:00 2001
+From: "William A. Kennington III" <wak@google.com>
+Date: Thu, 28 May 2020 23:07:58 -0700
+Subject: [PATCH] conf2struct: Use the right perl
+
+---
+ conf2struct | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/conf2struct b/conf2struct
+index 8d68741..b88a9b7 100755
+--- a/conf2struct
++++ b/conf2struct
+@@ -1,4 +1,5 @@
+-#! /usr/bin/perl -w
++#!/usr/bin/env perl
++use warnings;
+
+ my $license = <<EOF;
+ # conf2struct: generate libconf parsers that read to structs
+--
+2.27.0.rc0.183.gde8f92d652-goog
+