From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] glib: add gdbus tool support
Date: Fri, 17 Apr 2015 14:06:58 +0200 [thread overview]
Message-ID: <1429272418-758-2-git-send-email-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <1429272418-758-1-git-send-email-r.schwebel@pengutronix.de>
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
prev parent reply other threads:[~2015-04-17 12:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1429272418-758-2-git-send-email-r.schwebel@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox