diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-filesystems | |
parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb index 7df9c39a4..d98d35ab1 100644 --- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2" | |||
11 | SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" | 11 | SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |
14 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} | 14 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} |
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} += "bash" | 17 | RDEPENDS_${PN} += "bash" |
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 4ff95f977..50ecef179 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" | |||
13 | DEPENDS = "xfsprogs" | 13 | DEPENDS = "xfsprogs" |
14 | 14 | ||
15 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-${PV}.tar.gz \ | 15 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-${PV}.tar.gz \ |
16 | file://remove-install-as-user.patch \ | 16 | file://remove-install-as-user.patch \ |
17 | file://dmapi_aarch64_configure_support.patch \ | 17 | file://dmapi_aarch64_configure_support.patch \ |
18 | " | 18 | " |
19 | SRC_URI[md5sum] = "cd825d4e141c16011367e0a0dd98c9c5" | 19 | 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 e053a6ef2..6121bcd92 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" | |||
11 | DEPENDS = "xfsprogs attr" | 11 | DEPENDS = "xfsprogs attr" |
12 | 12 | ||
13 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${BPN}-${PV}.tar.gz \ |
14 | file://remove-install-as-user.patch \ | 14 | file://remove-install-as-user.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "a8b1761be5feb363131e7b506639ad4c" | 16 | SRC_URI[md5sum] = "a8b1761be5feb363131e7b506639ad4c" |
17 | SRC_URI[sha256sum] = "570eafd0721515bdd79cb0e295b701d49cdf81e71a0a0ff0df6d4c5cc1960943" | 17 | SRC_URI[sha256sum] = "570eafd0721515bdd79cb0e295b701d49cdf81e71a0a0ff0df6d4c5cc1960943" |
18 | 18 | ||