summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-03-08 09:51:38 +0800
committerArmin Kuster <akuster808@gmail.com>2019-03-08 14:51:55 -0800
commitd0fc8c6f701103abe176493459b214172d496888 (patch)
treee4ec30b8cbba4b09d39768bddeddee2028995b94
parent70802667abf5f93339a0bb2f0c1f033896b11e39 (diff)
downloadmeta-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.bb11
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"
8SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98" 8SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98"
9SRC_URI = "git://github.com/akuster/oe-scap.git" 9SRC_URI = "git://github.com/akuster/oe-scap.git"
10SRC_URI += " \ 10SRC_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
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18