All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/sdbusplus: fix check-package warnings
Date: Mon, 02 Dec 2019 08:47:52 -0000	[thread overview]
Message-ID: <20191202083932.E0C667F98A@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=b5c246412b3b7fb2ab944af09a6e304beb269b4a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

package/sdbusplus/Config.in.host:7: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
package/sdbusplus/sdbusplus.mk:26: expected indent with tabs

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/sdbusplus/Config.in.host | 4 ++--
 package/sdbusplus/sdbusplus.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdbusplus/Config.in.host b/package/sdbusplus/Config.in.host
index cff9f20384..2b1d1ce31d 100644
--- a/package/sdbusplus/Config.in.host
+++ b/package/sdbusplus/Config.in.host
@@ -4,7 +4,7 @@ config BR2_PACKAGE_HOST_SDBUSPLUS
 	help
 	  A C++ library for sd-bus with a bindings and doc generator.
 
-	  This will build the Python host side generation tool for bindings
-	  and documentation.
+	  This will build the Python host side generation tool for
+	  bindings and documentation.
 
 	  https://github.com/openbmc/sdbusplus
diff --git a/package/sdbusplus/sdbusplus.mk b/package/sdbusplus/sdbusplus.mk
index 976f987fad..e7a3dc2665 100644
--- a/package/sdbusplus/sdbusplus.mk
+++ b/package/sdbusplus/sdbusplus.mk
@@ -23,7 +23,7 @@ SDBUSPLUS_LICENSE = Apache-2.0
 SDBUSPLUS_LICENSE_FILES = LICENSE
 
 define SDBUSPLUS_CREATE_M4
-    mkdir -p $(@D)/m4
+	mkdir -p $(@D)/m4
 endef
 SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4
 HOST_SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4

                 reply	other threads:[~2019-12-02  8:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20191202083932.E0C667F98A@busybox.osuosl.org \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.