package/sdbusplus: fix check-package warnings
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 15 Nov 2019 20:31:02 +0000 (21:31 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 15 Nov 2019 20:41:35 +0000 (21:41 +0100)
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
package/sdbusplus/sdbusplus.mk

index cff9f203846e5252d1f5a013ddfa3e2e2b5e7003..2b1d1ce31d052e101d4276e2af5551204b99dbb8 100644 (file)
@@ -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
index 976f987fad4c67d23755290b63c7a40b946adcba..e7a3dc2665210f782ac3a9ee85f99276ac4f0014 100644 (file)
@@ -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