summaryrefslogtreecommitdiffstats
path: root/rules/glib.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-02-18 09:52:06 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-02-18 09:52:06 +0100
commite9e66a4f6a692265b8ef0d710642722d3b4270c9 (patch)
tree9de8628ed727f32636e41234082c8e88f48a2219 /rules/glib.make
parent9251ffe202e498a7efd91c86c7a17efb98822d79 (diff)
downloadptxdist-e9e66a4f6a692265b8ef0d710642722d3b4270c9.tar.gz
ptxdist-e9e66a4f6a692265b8ef0d710642722d3b4270c9.tar.xz
glib: version bump 2.26.1 -> 2.28.0
There is a new stable series out there, so this patch bumps to 2.28. As this is almost identical with the former 2.27.93 beta version, remove the experimental version for now. The result was build-tested with the AllYes BSP. We leave the experimental mechanism in the rules file: there is currently no experimental series released yet, but this will happen again in the future. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/glib.make')
-rw-r--r--rules/glib.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/glib.make b/rules/glib.make
index c4aaae186..38e3b9530 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_GLIB) += glib
#
# Paths and names
#
-ifdef PTXCONF_GLIB_EXPERIMENTAL
-GLIB_VERSION := 2.27.93
-else
-GLIB_VERSION := 2.26.1
-endif
+#ifdef PTXCONF_GLIB_EXPERIMENTAL
+#GLIB_VERSION := 2.27.93
+#else
+GLIB_VERSION := 2.28.0
+#endif
GLIB := glib-$(GLIB_VERSION)
GLIB_SUFFIX := tar.bz2