package/sdbusplus: fix indentation
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 20 Feb 2020 21:54:53 +0000 (22:54 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 20 Feb 2020 21:54:53 +0000 (22:54 +0100)
Fix a check-package error introduce by 6bf74ce3db (package/sdbusplus:
create m4 directory before autoreconf):

    package/sdbusplus/sdbusplus.mk:29: expected indent with tabs

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: John Faith <jfaith@impinj.com>
Cc: Michael Walle <michael@walle.cc>
package/sdbusplus/sdbusplus.mk

index b771576a1d0283e2e463a1e2e7358eaffda5ed08..f4e258089b527db31bdfa1ee52173f6d2b486196 100644 (file)
@@ -26,7 +26,7 @@ SDBUSPLUS_LICENSE_FILES = LICENSE
 # iff it was the first argument, but unfortunately we are overriding the
 # first include directory above. Thus we need that hook here.
 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