From f3b81f49fad6138e85775f398d510da37a1081e2 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Wed, 9 Oct 2013 12:37:09 +0000 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-security/selinux/policycoreutils.inc | 15 --------------- 1 file changed, 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']}" inherit selinux DEPENDS += "${@target_selinux(d, 'libpam audit')}" -RDEPENDS_${BPN} += "\ - libselinux-python \ - libsemanage-python \ - sepolgen \ -" -RDEPENDS_${BPN} += "\ - python \ - python-unixadmin \ - python-shell \ - python-crypt \ - python-subprocess \ - python-syslog \ - python-textutils \ - python-ipy \ -" RDEPENDS_${BPN}-audit2allow = "\ python-textutils \ libselinux-python \ -- cgit v1.2.3-54-g00ecf