From patchwork Thu Feb 23 15:58:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 23/25] task-self-hosted: remove duplicate packages Date: Thu, 23 Feb 2012 15:58:27 -0000 From: Saul Wold X-Patchwork-Id: 21833 Message-Id: <980b4324dad37df23945522ff7457f37994d78c4.1330012543.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Dexuan Cui The package names are specified more than once. We only need to keep one for each of them, so let's remove the duplicated ones. This patch makes no actual change to the functionality of the recipe. Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-self-hosted.bb | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index 1678ac3..c9a8c49 100644 --- a/meta/recipes-core/tasks/task-self-hosted.bb +++ b/meta/recipes-core/tasks/task-self-hosted.bb @@ -30,12 +30,6 @@ RDEPENDS_task-self-hosted = "\ RDEPENDS_task-self-hosted-host-tools = "\ connman \ connman-plugin-ethernet \ - parted \ - e2fsprogs \ - e2fsprogs-mke2fs \ - e2fsprogs-tune2fs \ - e2fsprogs-e2fsck \ - e2fsprogs-fsck \ dhcp-client \ e2fsprogs \ e2fsprogs-e2fsck \ @@ -65,7 +59,6 @@ RDEPENDS_task-self-hosted-sdk = "\ cpp-symlinks \ ccache \ coreutils \ - diffutils \ distcc \ eglibc-utils \ file \ @@ -74,7 +67,6 @@ RDEPENDS_task-self-hosted-sdk = "\ gcc-symlinks \ g++ \ g++-symlinks \ - gettext \ intltool \ ldd \ less \ @@ -88,7 +80,6 @@ RDEPENDS_task-self-hosted-sdk = "\ pkgconfig \ quilt \ sed \ - tcl \ " RDEPENDS_task-self-hosted-debug = " \ @@ -100,7 +91,6 @@ RDEPENDS_task-self-hosted-debug = " \ RDEPENDS_task-self-hosted-extended = "\ - binutils \ bzip2 \ chkconfig \ chrpath \ @@ -134,7 +124,6 @@ RDEPENDS_task-self-hosted-extended = "\ openssl \ opkg \ opkg-utils \ - parted \ patch \ perl \ perl-dev \