summaryrefslogtreecommitdiffstats
path: root/meta-encrypted-storage
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-28 10:09:02 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-28 10:09:02 +0800
commitf77e53d6278108e53a9fde153cc91b1754a949da (patch)
tree5b55b34d80828942258738ade9f44af06df9b94e /meta-encrypted-storage
parentafea92abb3c4d917dad3616e1dcc79c26f4f10e4 (diff)
downloadmeta-secure-core-f77e53d6278108e53a9fde153cc91b1754a949da.tar.gz
meta-secure-core: code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'meta-encrypted-storage')
-rw-r--r--meta-encrypted-storage/recipes-kernel/linux/linux-yocto-encrypted-storage.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-encrypted-storage/recipes-kernel/linux/linux-yocto-encrypted-storage.inc b/meta-encrypted-storage/recipes-kernel/linux/linux-yocto-encrypted-storage.inc
index 198c972..faa613f 100644
--- a/meta-encrypted-storage/recipes-kernel/linux/linux-yocto-encrypted-storage.inc
+++ b/meta-encrypted-storage/recipes-kernel/linux/linux-yocto-encrypted-storage.inc
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
2 2
3SRC_URI += " \ 3SRC_URI += "\
4 ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ 4 ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \
5 'file://dmcrypt.scc file://dmcrypt.cfg', '', d)} \ 5 'file://dmcrypt.scc file://dmcrypt.cfg', '', d)} \
6" 6"