diff options
author | Philip Tricca <flihp@twobit.us> | 2013-10-09 12:37:09 +0000 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-10-15 14:31:17 -0400 |
commit | f3b81f49fad6138e85775f398d510da37a1081e2 (patch) | |
tree | 5f5ee797e5e14262b67d86a14801b7a29431e0db | |
parent | 2da0c93c650feb5b81375b9a9a319cade3c1c99e (diff) | |
download | meta-selinux-f3b81f49fad6138e85775f398d510da37a1081e2.tar.gz |
Remove unnecessary RDEPENDS_${BPN}.
Now that the policycoreutuils package is empty no need for RDEPENDS.
Doing this in the commit that broke up the policycoreutuils package
made the diff hard to read. Figured it best to break it out for
readability.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/selinux/policycoreutils.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc index f8187e4..a474cb0 100644 --- a/recipes-security/selinux/policycoreutils.inc +++ b/recipes-security/selinux/policycoreutils.inc | |||
@@ -22,21 +22,6 @@ DEPENDS += "${@['', '${EXTRA_DEPENDS}']['${PN}' != '${BPN}-native']}" | |||
22 | inherit selinux | 22 | inherit selinux |
23 | DEPENDS += "${@target_selinux(d, 'libpam audit')}" | 23 | DEPENDS += "${@target_selinux(d, 'libpam audit')}" |
24 | 24 | ||
25 | RDEPENDS_${BPN} += "\ | ||
26 | libselinux-python \ | ||
27 | libsemanage-python \ | ||
28 | sepolgen \ | ||
29 | " | ||
30 | RDEPENDS_${BPN} += "\ | ||
31 | python \ | ||
32 | python-unixadmin \ | ||
33 | python-shell \ | ||
34 | python-crypt \ | ||
35 | python-subprocess \ | ||
36 | python-syslog \ | ||
37 | python-textutils \ | ||
38 | python-ipy \ | ||
39 | " | ||
40 | RDEPENDS_${BPN}-audit2allow = "\ | 25 | RDEPENDS_${BPN}-audit2allow = "\ |
41 | python-textutils \ | 26 | python-textutils \ |
42 | libselinux-python \ | 27 | libselinux-python \ |