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