[RTEMS Project] #2646: glib cfg file is missing hash. Fails in release mode
RTEMS trac
trac at rtems.org
Mon Mar 14 18:19:05 UTC 2016
#2646: glib cfg file is missing hash. Fails in release mode
---------------------------+--------------------
Reporter: joel.sherrill | Owner: chrisj
Type: defect | Status: new
Priority: normal | Milestone: 4.11.1
Component: RSB | Version: 4.10
Severity: normal | Keywords:
---------------------------+--------------------
glib is missing the hash. Following patch should fix it. Found on master,
likely impacts all.
diff --git a/bare/config/devel/glib-2.39.3-1.cfg
b/bare/config/devel/glib-2.39.3-1.cfg
index 405e511..1e2e2ea 100644
--- a/bare/config/devel/glib-2.39.3-1.cfg
+++ b/bare/config/devel/glib-2.39.3-1.cfg
@@ -11,6 +11,7 @@
%define glib_version_major 2.39
%define glib_version_minor 3
%define glib_version %{glib_version_major}.%{glib_version_minor}
+%hash md5 glib-%{glib}.tar.xz c8ddc045e12cfafdea607c138f3f8429
#
# The GLib build instructions. We use 2.x.x Release 1.
--
Ticket URL: <http://devel.rtems.org/ticket/2646>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list