summaryrefslogtreecommitdiffstats
path: root/recipes-security/packagegroups/packagegroup-core-selinux.bb
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-07-07 10:38:32 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2016-07-07 10:38:32 -0400
commitd0f889259b610c3365962775c6e96a7cba407177 (patch)
treeb3dcae837498bac00736ca28bc37c0ad3282e329 /recipes-security/packagegroups/packagegroup-core-selinux.bb
parent655db117a2f8a6f6d925d8c9f278354710f86df3 (diff)
downloadmeta-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.bb2
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 "