diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-07-07 10:38:32 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-07-07 10:38:32 -0400 |
commit | d0f889259b610c3365962775c6e96a7cba407177 (patch) | |
tree | b3dcae837498bac00736ca28bc37c0ad3282e329 /recipes-security/packagegroups/packagegroup-core-selinux.bb | |
parent | 655db117a2f8a6f6d925d8c9f278354710f86df3 (diff) | |
download | meta-selinux-d0f889259b610c3365962775c6e96a7cba407177.tar.gz |
refpolicy: remove virtual prefix for runtime providers
In keeping with the approach of only providing a single default policy at
runtime, we were originally using a virtual/refpolicy dependency and
filling it with one of our specific refpolicy implementations. This works
well enough for some package systems, but fails for others (specifically
deb, possibly more).
Since the intent was to only have one present in the default image anyway,
we'll just throw out the 'virtual/' part of the RPROVIDES and related
dependencies across the board.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/packagegroups/packagegroup-core-selinux.bb')
-rw-r--r-- | recipes-security/packagegroups/packagegroup-core-selinux.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb index c6d22b7..9c74458 100644 --- a/recipes-security/packagegroups/packagegroup-core-selinux.bb +++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb | |||
@@ -25,6 +25,6 @@ RDEPENDS_${PN} = " \ | |||
25 | selinux-autorelabel \ | 25 | selinux-autorelabel \ |
26 | selinux-init \ | 26 | selinux-init \ |
27 | selinux-labeldev \ | 27 | selinux-labeldev \ |
28 | virtual/refpolicy \ | 28 | refpolicy \ |
29 | coreutils \ | 29 | coreutils \ |
30 | " | 30 | " |