[PATCH] devel/automake: Update to 1.16.1.

Chris Johns chrisj at rtems.org
Sun Apr 1 03:59:20 UTC 2018


---
 bare/config/devel/automake-1.16.1-1.cfg        | 18 ++++++++++++++++
 rtems/config/5/rtems-autotools-base.bset       |  2 +-
 rtems/config/tools/rtems-automake-1.16.1-1.cfg | 29 ++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 1 deletion(-)
 create mode 100644 bare/config/devel/automake-1.16.1-1.cfg
 create mode 100644 rtems/config/tools/rtems-automake-1.16.1-1.cfg

diff --git a/bare/config/devel/automake-1.16.1-1.cfg b/bare/config/devel/automake-1.16.1-1.cfg
new file mode 100644
index 0000000..0ee5f24
--- /dev/null
+++ b/bare/config/devel/automake-1.16.1-1.cfg
@@ -0,0 +1,18 @@
+#
+# Automake 1.16.1
+#
+
+%if %{release} == %{nil}
+%define release 1
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define automake_version 1.16.1
+
+%hash sha512 automake-%{automake_version}.tar.gz 47b0120a59e3e020529a6ce750297d7de1156fd2be38db5d101e50120f11b40c28741ecd5eacf2790a9e25386713dcf7717339cfa5d7943d0dbf47c417383448
+
+#
+# The automake build instructions. We use 1.xx Release 1.
+#
+%include %{_configdir}/automake-1-1.cfg
diff --git a/rtems/config/5/rtems-autotools-base.bset b/rtems/config/5/rtems-autotools-base.bset
index 12ebffa..df74d83 100644
--- a/rtems/config/5/rtems-autotools-base.bset
+++ b/rtems/config/5/rtems-autotools-base.bset
@@ -20,4 +20,4 @@ package: rtems-%{rtems_version}-autotools-%{_host}-%{release}
 # Tools configuration.
 #
 tools/rtems-autoconf-2.69-1
-tools/rtems-automake-1.12.6-1
+tools/rtems-automake-1.16.1-1
diff --git a/rtems/config/tools/rtems-automake-1.16.1-1.cfg b/rtems/config/tools/rtems-automake-1.16.1-1.cfg
new file mode 100644
index 0000000..08e2917
--- /dev/null
+++ b/rtems/config/tools/rtems-automake-1.16.1-1.cfg
@@ -0,0 +1,29 @@
+#
+# Automake 1.16.1
+#
+
+%if %{rtems_arch} == none
+ %define _target %{_host}
+%endif
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+%include %{_configdir}/versions.cfg
+
+%define rtems_automake_version 1.16.1
+
+#
+# Fix the warning on new perl versions.
+#
+#%patch add automake -p1 https://devel.rtems.org/raw-attachment/ticket/2616/automake-1.12.6-bugzilla.redhat.com-1239379.diff
+#%hash  sha256 automake-1.12.6-bugzilla.redhat.com-1239379.diff a406f23667f3e7844ebc77b6f4f43811b9e39046365b686cc689cb0ae9c88b8b
+
+#
+# Check the version of automake in the path.
+#
+%if %{__automake_ver} < %{rtems_automake_version}
+ #
+ # Tools configuration.
+ #
+ %include %{_configdir}/devel/automake-1.16.1-1.cfg
+%endif
-- 
2.15.1



More information about the devel mailing list