package/sdbusplus: fix check-package warnings

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>
This commit is contained in:
Thomas Petazzoni 2019-11-15 21:31:02 +01:00
parent e4d276c357
commit b5c246412b
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_HOST_SDBUSPLUS
help help
A C++ library for sd-bus with a bindings and doc generator. A C++ library for sd-bus with a bindings and doc generator.
This will build the Python host side generation tool for bindings This will build the Python host side generation tool for
and documentation. bindings and documentation.
https://github.com/openbmc/sdbusplus https://github.com/openbmc/sdbusplus

View File

@ -23,7 +23,7 @@ SDBUSPLUS_LICENSE = Apache-2.0
SDBUSPLUS_LICENSE_FILES = LICENSE SDBUSPLUS_LICENSE_FILES = LICENSE
define SDBUSPLUS_CREATE_M4 define SDBUSPLUS_CREATE_M4
mkdir -p $(@D)/m4 mkdir -p $(@D)/m4
endef endef
SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4 SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4
HOST_SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4 HOST_SDBUSPLUS_POST_PATCH_HOOKS += SDBUSPLUS_CREATE_M4