summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2012-02-23 11:04:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 23:59:40 +0000
commit1eec640238c954a33886a813b39e42e11a7c3612 (patch)
treea8377d07be3878c4e3f1184302bb0a0e61d38d65 /meta/recipes-core/tasks
parent6224e30834cbf02d81d72429d121ee5c2eaf0767 (diff)
downloadpoky-1eec640238c954a33886a813b39e42e11a7c3612.tar.gz
task-self-hosted: remove duplicate packages
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. (From OE-Core rev: 121a1499a81706366acc0081272a6bff634d4d62) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-self-hosted.bb11
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 1678ac366d..c9a8c49249 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 = "\
30RDEPENDS_task-self-hosted-host-tools = "\ 30RDEPENDS_task-self-hosted-host-tools = "\
31 connman \ 31 connman \
32 connman-plugin-ethernet \ 32 connman-plugin-ethernet \
33 parted \
34 e2fsprogs \
35 e2fsprogs-mke2fs \
36 e2fsprogs-tune2fs \
37 e2fsprogs-e2fsck \
38 e2fsprogs-fsck \
39 dhcp-client \ 33 dhcp-client \
40 e2fsprogs \ 34 e2fsprogs \
41 e2fsprogs-e2fsck \ 35 e2fsprogs-e2fsck \
@@ -65,7 +59,6 @@ RDEPENDS_task-self-hosted-sdk = "\
65 cpp-symlinks \ 59 cpp-symlinks \
66 ccache \ 60 ccache \
67 coreutils \ 61 coreutils \
68 diffutils \
69 distcc \ 62 distcc \
70 eglibc-utils \ 63 eglibc-utils \
71 file \ 64 file \
@@ -74,7 +67,6 @@ RDEPENDS_task-self-hosted-sdk = "\
74 gcc-symlinks \ 67 gcc-symlinks \
75 g++ \ 68 g++ \
76 g++-symlinks \ 69 g++-symlinks \
77 gettext \
78 intltool \ 70 intltool \
79 ldd \ 71 ldd \
80 less \ 72 less \
@@ -88,7 +80,6 @@ RDEPENDS_task-self-hosted-sdk = "\
88 pkgconfig \ 80 pkgconfig \
89 quilt \ 81 quilt \
90 sed \ 82 sed \
91 tcl \
92 " 83 "
93 84
94RDEPENDS_task-self-hosted-debug = " \ 85RDEPENDS_task-self-hosted-debug = " \
@@ -100,7 +91,6 @@ RDEPENDS_task-self-hosted-debug = " \
100 91
101 92
102RDEPENDS_task-self-hosted-extended = "\ 93RDEPENDS_task-self-hosted-extended = "\
103 binutils \
104 bzip2 \ 94 bzip2 \
105 chkconfig \ 95 chkconfig \
106 chrpath \ 96 chrpath \
@@ -134,7 +124,6 @@ RDEPENDS_task-self-hosted-extended = "\
134 openssl \ 124 openssl \
135 opkg \ 125 opkg \
136 opkg-utils \ 126 opkg-utils \
137 parted \
138 patch \ 127 patch \
139 perl \ 128 perl \
140 perl-dev \ 129 perl-dev \