diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-24 15:57:18 +0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@windriver.com> | 2017-09-08 13:13:27 -0500 |
| commit | 24cce7bd23121e67d9c9a1660d6f522d456a8049 (patch) | |
| tree | 36c90adc8faccb1c4ce16e96017d5bf39d900dcc | |
| parent | f1f08609fca45ae40b6a8c8302b5ae3b9bc6b4c2 (diff) | |
| download | meta-selinux-24cce7bd23121e67d9c9a1660d6f522d456a8049.tar.gz | |
refpolicy: fix a typo in RDEPENDS
Underscore ("_") should be used for variable overrides.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
| -rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 6a45e79..4a7b7eb 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
| @@ -31,7 +31,7 @@ EXTRANATIVEPATH += "bzip2-native" | |||
| 31 | 31 | ||
| 32 | DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native m4-native" | 32 | DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native m4-native" |
| 33 | 33 | ||
| 34 | RDEPENDS-${PN}-dev =+ " \ | 34 | RDEPENDS_${PN}-dev =+ " \ |
| 35 | python \ | 35 | python \ |
| 36 | " | 36 | " |
| 37 | 37 | ||
