diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2017-02-02 09:47:36 -0600 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-02 09:21:35 -0400 |
commit | f782a9b794db219498ccf3d2d074c3c838667707 (patch) | |
tree | 33b34775a3fbc4cb1764b1ce6944a0aceca1ca69 /recipes-security/packagegroups/packagegroup-core-selinux.bb | |
parent | 41bb218dae87217c0107537cd4ef4bd17ccbc36d (diff) | |
download | meta-selinux-f782a9b794db219498ccf3d2d074c3c838667707.tar.gz |
removed ustr as a required RDEPEND
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb index 9c74458..128dfba 100644 --- a/recipes-security/packagegroups/packagegroup-core-selinux.bb +++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb | |||
@@ -11,7 +11,6 @@ PACKAGES = "\ | |||
11 | ALLOW_EMPTY_${PN} = "1" | 11 | ALLOW_EMPTY_${PN} = "1" |
12 | 12 | ||
13 | RDEPENDS_${PN} = " \ | 13 | RDEPENDS_${PN} = " \ |
14 | ustr \ | ||
15 | libsepol \ | 14 | libsepol \ |
16 | libsepol-bin \ | 15 | libsepol-bin \ |
17 | libselinux \ | 16 | libselinux \ |