From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.twobit.us (unknown [38.83.192.235]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A351CE017C0 for ; Wed, 30 Oct 2013 17:33:28 -0700 (PDT) Received: from c-76-24-20-220.hsd1.ma.comcast.net ([76.24.20.220] helo=localhost) by smtp.twobit.us with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1VbgCQ-0006wm-9Y; Thu, 31 Oct 2013 00:33:25 +0000 Received: from flihp by localhost with local (Exim 4.80) (envelope-from ) id 1VbgCc-0000eI-CN; Thu, 31 Oct 2013 00:33:34 +0000 From: Philip Tricca To: yocto@yoctoproject.org Date: Thu, 31 Oct 2013 00:33:33 +0000 Message-Id: <1383179614-2457-3-git-send-email-flihp@twobit.us> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1383179614-2457-1-git-send-email-flihp@twobit.us> References: <1383179614-2457-1-git-send-email-flihp@twobit.us> X-SA-Exim-Connect-IP: 76.24.20.220 X-SA-Exim-Mail-From: flihp@twobit.us X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on smtp.twobit.us X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on smtp.twobit.us) Subject: [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup. X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 00:33:31 -0000 Signed-off-by: Philip Tricca --- recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb index bae15ea..072320d 100644 --- a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb +++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb @@ -11,16 +11,8 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} = "\ - coreutils \ - libsepol \ - libselinux \ - libselinux-bin \ - libsemanage \ - policycoreutils-fixfiles \ - policycoreutils-secon \ policycoreutils-semodule \ policycoreutils-sestatus \ - policycoreutils-setfiles \ selinux-config \ refpolicy-mls \ " -- 1.7.10.4