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 9F8A6E017BB 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-0006wn-B1; Thu, 31 Oct 2013 00:33:25 +0000 Received: from flihp by localhost with local (Exim 4.80) (envelope-from ) id 1VbgCc-0000eP-F3; Thu, 31 Oct 2013 00:33:34 +0000 From: Philip Tricca To: yocto@yoctoproject.org Date: Thu, 31 Oct 2013 00:33:34 +0000 Message-Id: <1383179614-2457-4-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 3/3] Remove unnecessary packages from packagegroup-core-selinux. 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 The libraries are pulled in by dependencies and it doesn't make much sense to have the compiler in an image. Signed-off-by: Philip Tricca --- recipes-security/packagegroups/packagegroup-core-selinux.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb index 76863b0..6f01af9 100644 --- a/recipes-security/packagegroups/packagegroup-core-selinux.bb +++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb @@ -11,13 +11,6 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} = " \ - ustr \ - libsepol \ - libsepol-bin \ - libselinux \ - libselinux-bin \ - libsemanage \ - checkpolicy \ sepolgen \ packagegroup-selinux-policycoreutils \ setools \ -- 1.7.10.4