diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-08-05 11:20:01 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-07 07:09:50 -0700 |
commit | 531f6c1a4d12607305b2709868d014792924cd74 (patch) | |
tree | 9031dc8d054abb9d06dbe9efad82a8fcd4b04014 | |
parent | daf92c57fa1fd87053a0bfc773bb6e6aea605351 (diff) | |
download | meta-security-531f6c1a4d12607305b2709868d014792924cd74.tar.gz |
scap-security-guide: fix typo
Fix typo: RDEPNEDS_${PN} -> RDEPENDS_${PN}
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/scap-security-guide/scap-security-guide.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc index d123561..341721a 100644 --- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc +++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=97662e4486d9a1d09f358851d9f41a1a" | |||
7 | LICENSE = "LGPL-2.1" | 7 | LICENSE = "LGPL-2.1" |
8 | 8 | ||
9 | DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native" | 9 | DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native" |
10 | RDEPNEDS_${PN} = "openscap" | 10 | RDEPENDS_${PN} = "openscap" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||