diff options
author | Shrikant Bobade <Shrikant_Bobade@mentor.com> | 2014-11-19 13:46:21 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-12 11:51:51 -0500 |
commit | ee3e443eee7e8f7f85b1ec969cab9ee47178a4c7 (patch) | |
tree | d0ae89c4c3b63c5a781c476cc0b8cf066a7c0188 | |
parent | 5bc1641577f3fbe42b4b2d3f562526f57ad9af0b (diff) | |
download | meta-selinux-ee3e443eee7e8f7f85b1ec969cab9ee47178a4c7.tar.gz |
pkggrp-core-selinux: coreutils addition
To add coreutils to packagegroup-core-selinux
inorder to get chcon avaibility.
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/packagegroups/packagegroup-core-selinux.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb index 1852aba..40b35d1 100644 --- a/recipes-security/packagegroups/packagegroup-core-selinux.bb +++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb | |||
@@ -25,4 +25,5 @@ RDEPENDS_${PN} = " \ | |||
25 | selinux-config \ | 25 | selinux-config \ |
26 | refpolicy-standard \ | 26 | refpolicy-standard \ |
27 | refpolicy-mls \ | 27 | refpolicy-mls \ |
28 | coreutils \ | ||
28 | " | 29 | " |