source: rtems-source-builder/bare/config/devel/glib-2.48.2-1.cfg @ 78c6e15

5
Last change on this file since 78c6e15 was bdffe46, checked in by Vijay Kumar Banerjee <vijay@…>, on 04/09/20 at 20:21:52

bare/glib-2.48.2: Add patches to suppress null string warning

  • Property mode set to 100644
File size: 854 bytes
Line 
1#
2# GLib
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define glib_version_major 2.48
12%define glib_version_minor 2
13%define glib_version       %{glib_version_major}.%{glib_version_minor}
14
15%hash sha256 glib-%{glib_version}.tar.xz f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
16
17#
18#Add patches to suppress null argument warning
19#
20
21%patch add glib https://gitlab.gnome.org/GNOME/glib/commit/566e1d61a500267c7849ad0b2552feec9c9a29a6.patch
22%hash sha512 566e1d61a500267c7849ad0b2552feec9c9a29a6.patch b3eaae39248efe80a5a084986c709d3f883195b1c2018305ab9e7a4b34749cfcfbe961e5a8094ce7955c4f4b118d65116e16bc43167ebbe95f7af8fc036e8ada
23
24#
25# The GLib build instructions. We use 2.x.x Release 1.
26#
27%if !%{pkgconfig check glib-2.0} || %{defined _rsb_getting_source}
28 %include %{_configdir}/glib-2-1.cfg
29%endif
Note: See TracBrowser for help on using the repository browser.