[rtems-source-builder commit] config: Patch automake-1.12.6 to remove warning on newer perl versions.

Chris Johns chrisj at rtems.org
Sun Feb 28 23:07:10 UTC 2016


Module:    rtems-source-builder
Branch:    master
Commit:    4b0baed21fca6d678ff7eb35a1d340df382f88b3
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=4b0baed21fca6d678ff7eb35a1d340df382f88b3

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Feb 29 09:28:37 2016 +1100

config: Patch automake-1.12.6 to remove warning on newer perl versions.

Closes #2616.

---

 rtems/config/rtems-urls.bset                   | 2 ++
 rtems/config/tools/rtems-automake-1.12.6-1.cfg | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/rtems/config/rtems-urls.bset b/rtems/config/rtems-urls.bset
index 9c18adc..13fb517 100644
--- a/rtems/config/rtems-urls.bset
+++ b/rtems/config/rtems-urls.bset
@@ -7,6 +7,8 @@
 #
 %define rtems_http_git         https://git.rtems.org
 %define rtems_git_tools        %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
+%define rtems_autoconf_patches %{rtems_git_tools}/autoconf
+%define rtems_automake_patches %{rtems_git_tools}/automake
 %define rtems_binutils_patches %{rtems_git_tools}/binutils
 %define rtems_gcc_patches      %{rtems_git_tools}/gcc
 %define rtems_newlib_patches   %{rtems_git_tools}/newlib
diff --git a/rtems/config/tools/rtems-automake-1.12.6-1.cfg b/rtems/config/tools/rtems-automake-1.12.6-1.cfg
index f844013..bf39d41 100644
--- a/rtems/config/tools/rtems-automake-1.12.6-1.cfg
+++ b/rtems/config/tools/rtems-automake-1.12.6-1.cfg
@@ -13,6 +13,12 @@
 %define rtems_automake_version 1.12.6
 
 #
+# Fix the warning on new perl versions.
+#
+%patch add automake -p1 %{rtems_automake_patches}/automake-1.12.6-bugzilla.redhat.com-1239379.diff
+%hash  md5 automake-1.12.6-bugzilla.redhat.com-1239379.diff 8f53b687f9eae7c00c460e80bbef9276
+
+#
 # Check the version of automake in the path.
 #
 %if %{__automake_ver} < %{rtems_automake_version}



More information about the vc mailing list