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>
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
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