summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-29 09:28:37 +1100
committerChris Johns <chrisj@rtems.org>2016-02-29 09:28:37 +1100
commit4b0baed21fca6d678ff7eb35a1d340df382f88b3 (patch)
tree04310d9d31cd681dfd55f07fa951bfab469573ee
parentupdate newlib git revision to get <sys/select.h> RTEMS dependency (diff)
downloadrtems-source-builder-4b0baed21fca6d678ff7eb35a1d340df382f88b3.tar.bz2
config: Patch automake-1.12.6 to remove warning on newer perl versions.
Closes #2616.
-rw-r--r--rtems/config/rtems-urls.bset2
-rw-r--r--rtems/config/tools/rtems-automake-1.12.6-1.cfg6
2 files changed, 8 insertions, 0 deletions
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}