All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Tricca <flihp@twobit.us>
To: yocto@yoctoproject.org
Subject: [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe.
Date: Thu, 31 Oct 2013 00:33:32 +0000	[thread overview]
Message-ID: <1383179614-2457-2-git-send-email-flihp@twobit.us> (raw)
In-Reply-To: <1383179614-2457-1-git-send-email-flihp@twobit.us>

These dependencies contain the utilities required for the selinux init
script to function properly.

Signed-off-by: Philip Tricca <flihp@twobit.us>
---
 recipes-security/selinux/selinux-config_0.1.bb |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/recipes-security/selinux/selinux-config_0.1.bb b/recipes-security/selinux/selinux-config_0.1.bb
index 6af9c54..27d9995 100644
--- a/recipes-security/selinux/selinux-config_0.1.bb
+++ b/recipes-security/selinux/selinux-config_0.1.bb
@@ -12,6 +12,14 @@ PR = "r3"
 
 SRC_URI = "file://selinux-init.sh"
 
+RDEPENDS_${PN} = " \
+        coreutils \
+        libselinux-bin \
+        policycoreutils-fixfiles \
+        policycoreutils-secon \
+        policycoreutils-setfiles \
+"
+
 inherit update-rc.d
 
 INITSCRIPT_NAME = "0selinux-init"
-- 
1.7.10.4



  reply	other threads:[~2013-10-31  0:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31  0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-10-31  0:33 ` Philip Tricca [this message]
2013-10-31  0:33 ` [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup Philip Tricca
2013-10-31  0:33 ` [meta-selinux][PATCH 3/3] Remove unnecessary packages from packagegroup-core-selinux Philip Tricca
2013-11-06 15:39 ` [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-11-06 15:49   ` Joe MacDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383179614-2457-2-git-send-email-flihp@twobit.us \
    --to=flihp@twobit.us \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.