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:
parent
e4d276c357
commit
b5c246412b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user