From 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 18 Aug 2016 18:53:48 +0200 Subject: meta-oe: fix indentation * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa --- meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | 2 +- meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-filesystems/recipes-utils') diff --git a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb index 4ff95f9771..50ecef179b 100644 --- a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb +++ b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=1678edfe8de9be9564d23761ae2fa794" DEPENDS = "xfsprogs" SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-${PV}.tar.gz \ - file://remove-install-as-user.patch \ + file://remove-install-as-user.patch \ file://dmapi_aarch64_configure_support.patch \ " SRC_URI[md5sum] = "cd825d4e141c16011367e0a0dd98c9c5" diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb index e053a6ef29..6121bcd926 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=15c832894d10ddd00dfcf57bee490ecc" DEPENDS = "xfsprogs attr" SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BPN}-${PV}.tar.gz \ - file://remove-install-as-user.patch \ - " + file://remove-install-as-user.patch \ +" SRC_URI[md5sum] = "a8b1761be5feb363131e7b506639ad4c" SRC_URI[sha256sum] = "570eafd0721515bdd79cb0e295b701d49cdf81e71a0a0ff0df6d4c5cc1960943" -- cgit 1.2.3-korg