diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-03-08 09:51:38 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-08 14:51:55 -0800 |
commit | d0fc8c6f701103abe176493459b214172d496888 (patch) | |
tree | e4ec30b8cbba4b09d39768bddeddee2028995b94 | |
parent | 70802667abf5f93339a0bb2f0c1f033896b11e39 (diff) | |
download | meta-security-d0fc8c6f701103abe176493459b214172d496888.tar.gz |
oe-scap: fix inconsistent indentation
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb b/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb index 5b61375..e84ed30 100644 --- a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb +++ b/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb | |||
@@ -8,12 +8,11 @@ LICENSE = "MIT" | |||
8 | SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98" | 8 | SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98" |
9 | SRC_URI = "git://github.com/akuster/oe-scap.git" | 9 | SRC_URI = "git://github.com/akuster/oe-scap.git" |
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://run_cve.sh \ | 11 | file://run_cve.sh \ |
12 | file://run_test.sh \ | 12 | file://run_test.sh \ |
13 | file://OpenEmbedded_nodistro_0.xml \ | 13 | file://OpenEmbedded_nodistro_0.xml \ |
14 | file://OpenEmbedded_nodistro_0.xccdf.xml \ | 14 | file://OpenEmbedded_nodistro_0.xccdf.xml \ |
15 | " | 15 | " |
16 | |||
17 | 16 | ||
18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
19 | 18 | ||