Openembedded Core Discussions
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] dbus-wait: fix the help message typo
Date: Mon, 17 Jun 2013 17:39:29 +0800	[thread overview]
Message-ID: <1371461969-16134-1-git-send-email-jackie.huang@windriver.com> (raw)

From: Jackie Huang <jackie.huang@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch   |   31 ++++++++++++++++++++
 meta/recipes-core/dbus-wait/dbus-wait_git.bb       |    6 ++-
 2 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-core/dbus-wait/dbus-wait/fix-dbus-wait-typo.patch

diff --git a/meta/recipes-core/dbus-wait/dbus-wait/fix-dbus-wait-typo.patch b/meta/recipes-core/dbus-wait/dbus-wait/fix-dbus-wait-typo.patch
new file mode 100644
index 0000000..d31a59e
--- /dev/null
+++ b/meta/recipes-core/dbus-wait/dbus-wait/fix-dbus-wait-typo.patch
@@ -0,0 +1,31 @@
+From ccba3bf3aa1d311e27a3ef0bd5cf1ce826a22cc9 Mon Sep 17 00:00:00 2001
+From: Song.Li <Song.Li@windriver.com>
+Date: Wed, 9 Jan 2013 17:29:48 +0800
+Subject: [PATCH] fix dbus-wait typo
+
+fix the help message typo
+
+Upstream-Status: Submitted [ross.burton@intel.com]
+
+Signed-off-by: Song.Li <Song.Li@windriver.com>
+Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
+---
+ dbus-wait.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/dbus-wait.c b/dbus-wait.c
+index b74c205..4d3e83a 100644
+--- a/dbus-wait.c
++++ b/dbus-wait.c
+@@ -56,7 +56,7 @@ main (int argc, char **argv)
+   char *match = NULL;
+
+   if (argc < 3 || argc > 4) {
+-    fprintf (stderr, "$ dbus-watch <INTERFACE> <MEMBER> [PATH]\n");
++    fprintf (stderr, "$ dbus-wait <INTERFACE> <MEMBER> [PATH]\n");
+     return EXIT_FAILURE;
+   }
+
+--
+1.7.1
+
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb
index fb31662..5e2b6e4 100644
--- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb
+++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb
@@ -8,9 +8,11 @@ DEPENDS = "dbus"

 SRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717"
 PV = "0.1+git${SRCPV}"
-PR = "r2"
+PR = "r3"

-SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
+SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
+           file://fix-dbus-wait-typo.patch \
+"

 S = "${WORKDIR}/git"

--
1.7.4.1



             reply	other threads:[~2013-06-17  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-17  9:39 jackie.huang [this message]
2013-06-17 10:59 ` [PATCH] dbus-wait: fix the help message typo Richard Purdie
2013-06-17 11:27   ` jhuang0

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=1371461969-16134-1-git-send-email-jackie.huang@windriver.com \
    --to=jackie.huang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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