summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-04-19 14:24:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-04-22 09:06:20 +0200
commit89f9208da5588a34d111ff5bb4d750ac3aeb74b0 (patch)
treefd0860a5a202bb8c02086979ff4020acf6b23cab
parent6/7: Update GCC prerequisites for GCC 10 and 12 (diff)
downloadrtems-source-builder-89f9208da5588a34d111ff5bb4d750ac3aeb74b0.tar.bz2
devel: add configuration for expat 2.4.8
-rw-r--r--bare/config/devel/expat-2.4.8-1.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/bare/config/devel/expat-2.4.8-1.cfg b/bare/config/devel/expat-2.4.8-1.cfg
new file mode 100644
index 0000000..d9cddd5
--- /dev/null
+++ b/bare/config/devel/expat-2.4.8-1.cfg
@@ -0,0 +1,19 @@
+#
+# Expat 2.4.8
+#
+
+%if %{release} == %{nil}
+%define release 1
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define expat_version 2.4.8
+%define expat_version_dir R_2_4_8
+
+%hash sha256 expat-%{expat_version}.tar.gz 398f6d95bf808d3108e27547b372cb4ac8dc2298a3c4251eb7aa3d4c6d4bb3e2
+
+#
+# The Expat build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/expat-2-1.cfg