diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-28 10:09:02 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-28 10:09:02 +0800 |
commit | f77e53d6278108e53a9fde153cc91b1754a949da (patch) | |
tree | 5b55b34d80828942258738ade9f44af06df9b94e /meta-encrypted-storage | |
parent | afea92abb3c4d917dad3616e1dcc79c26f4f10e4 (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" |
2 | 2 | ||
3 | SRC_URI += " \ | 3 | SRC_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 | " |