summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Tricca <flihp@twobit.us>2013-10-09 12:37:09 +0000
committerJoe MacDonald <joe@deserted.net>2013-10-15 14:31:17 -0400
commitf3b81f49fad6138e85775f398d510da37a1081e2 (patch)
tree5f5ee797e5e14262b67d86a14801b7a29431e0db
parent2da0c93c650feb5b81375b9a9a319cade3c1c99e (diff)
downloadmeta-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.inc15
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']}"
22inherit selinux 22inherit selinux
23DEPENDS += "${@target_selinux(d, 'libpam audit')}" 23DEPENDS += "${@target_selinux(d, 'libpam audit')}"
24 24
25RDEPENDS_${BPN} += "\
26 libselinux-python \
27 libsemanage-python \
28 sepolgen \
29"
30RDEPENDS_${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"
40RDEPENDS_${BPN}-audit2allow = "\ 25RDEPENDS_${BPN}-audit2allow = "\
41 python-textutils \ 26 python-textutils \
42 libselinux-python \ 27 libselinux-python \