[PATCH 1/2] devel: add configuration for expat 2.4.8

Chris Johns chrisj at rtems.org
Tue Apr 19 22:50:57 UTC 2022


OK and thanks.

On 19/4/2022 10:24 pm, Karel Gardas wrote:
> ---
>  bare/config/devel/expat-2.4.8-1.cfg | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 bare/config/devel/expat-2.4.8-1.cfg
> 
> 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


More information about the devel mailing list