mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] glib: version bump 2.42.1 -> 2.44.0
@ 2015-04-17 12:06 Robert Schwebel
  2015-04-17 12:06 ` [ptxdist] [PATCH 2/2] glib: add gdbus tool support Robert Schwebel
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2015-04-17 12:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 .../0001-check-if-splice-takes-6-arguments.patch                      | 0
 patches/{glib-2.42.1 => glib-2.44.0}/autogen.sh                       | 0
 patches/{glib-2.42.1 => glib-2.44.0}/series                           | 0
 rules/glib.make                                                       | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{glib-2.42.1 => glib-2.44.0}/0001-check-if-splice-takes-6-arguments.patch (100%)
 rename patches/{glib-2.42.1 => glib-2.44.0}/autogen.sh (100%)
 rename patches/{glib-2.42.1 => glib-2.44.0}/series (100%)

diff --git a/patches/glib-2.42.1/0001-check-if-splice-takes-6-arguments.patch b/patches/glib-2.44.0/0001-check-if-splice-takes-6-arguments.patch
similarity index 100%
rename from patches/glib-2.42.1/0001-check-if-splice-takes-6-arguments.patch
rename to patches/glib-2.44.0/0001-check-if-splice-takes-6-arguments.patch
diff --git a/patches/glib-2.42.1/autogen.sh b/patches/glib-2.44.0/autogen.sh
similarity index 100%
rename from patches/glib-2.42.1/autogen.sh
rename to patches/glib-2.44.0/autogen.sh
diff --git a/patches/glib-2.42.1/series b/patches/glib-2.44.0/series
similarity index 100%
rename from patches/glib-2.42.1/series
rename to patches/glib-2.44.0/series
diff --git a/rules/glib.make b/rules/glib.make
index f4f46ef..f03efe7 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
 #GLIB_VERSION	:= 2.27.93
 #GLIB_MD5	:=
 #else
-GLIB_VERSION	:= 2.42.1
-GLIB_MD5	:= 89c4119e50e767d3532158605ee9121a
+GLIB_VERSION	:= 2.44.0
+GLIB_MD5	:= 74cf7b4ea200b76e42a4c22c8daf0f93
 #endif
 
 GLIB		:= glib-$(GLIB_VERSION)
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ptxdist] [PATCH 2/2] glib: add gdbus tool support
  2015-04-17 12:06 [ptxdist] [PATCH 1/2] glib: version bump 2.42.1 -> 2.44.0 Robert Schwebel
@ 2015-04-17 12:06 ` Robert Schwebel
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2015-04-17 12:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/glib.in   | 7 +++++++
 rules/glib.make | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/rules/glib.in b/rules/glib.in
index 946f1a9..431bae5 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -25,4 +25,11 @@ if GLIB
 #	bool
 #	prompt "experimental version"
 
+config GLIB_GDBUS
+	bool
+	prompt "gdbus"
+	help
+	  gdbus is a command line dbus tool, based on the glib internal gdbus
+	  implementation.
+
 endif
diff --git a/rules/glib.make b/rules/glib.make
index f03efe7..6b904f6 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -107,6 +107,9 @@ $(STATEDIR)/glib.targetinstall:
 		$(call install_lib, glib, 0, 0, 0644, $$i); \
 	done
 
+ifdef PTXCONF_GLIB_GDBUS
+	@$(call install_copy, glib, 0, 0, 0755, -, /usr/bin/gdbus)
+endif
 	@$(call install_finish, glib)
 
 	@$(call touch)
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-17 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17 12:06 [ptxdist] [PATCH 1/2] glib: version bump 2.42.1 -> 2.44.0 Robert Schwebel
2015-04-17 12:06 ` [ptxdist] [PATCH 2/2] glib: add gdbus tool support Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox