summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2020-04-10 01:51:52 +0530
committerJoel Sherrill <joel@rtems.org>2020-04-10 08:43:18 -0500
commitbdffe4647aba99fc524b530de21af82e6db3b0cc (patch)
tree5bfa93897d6b3388948865e63beebabe53530d42 /bare
parentqemu-couverture: update to qemu-stable-4.0.0 (diff)
downloadrtems-source-builder-bdffe4647aba99fc524b530de21af82e6db3b0cc.tar.bz2
bare/glib-2.48.2: Add patches to suppress null string warning
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/glib-2.48.2-1.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/bare/config/devel/glib-2.48.2-1.cfg b/bare/config/devel/glib-2.48.2-1.cfg
index 9e85fce..38b6d93 100644
--- a/bare/config/devel/glib-2.48.2-1.cfg
+++ b/bare/config/devel/glib-2.48.2-1.cfg
@@ -15,6 +15,13 @@
%hash sha256 glib-%{glib_version}.tar.xz f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
#
+#Add patches to suppress null argument warning
+#
+
+%patch add glib https://gitlab.gnome.org/GNOME/glib/commit/566e1d61a500267c7849ad0b2552feec9c9a29a6.patch
+%hash sha512 566e1d61a500267c7849ad0b2552feec9c9a29a6.patch b3eaae39248efe80a5a084986c709d3f883195b1c2018305ab9e7a4b34749cfcfbe961e5a8094ce7955c4f4b118d65116e16bc43167ebbe95f7af8fc036e8ada
+
+#
# The GLib build instructions. We use 2.x.x Release 1.
#
%if !%{pkgconfig check glib-2.0} || %{defined _rsb_getting_source}