diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-11 12:32:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:15 +0000 |
commit | 3d3c1659748408893ed5cc30c34c7cd3bea172da (patch) | |
tree | 5dc482b2d4605c03dca4362e8f2405b6c0af4e2e /meta | |
parent | 4f0092f7e42cd252573df0ff06ac2cc3573d1237 (diff) | |
download | poky-3d3c1659748408893ed5cc30c34c7cd3bea172da.tar.gz |
task-self-hosted: Reorder by Alpha
No additions/subtractions
(From OE-Core rev: f66ae52a6f7b723738fade94bab3424862e71443)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/tasks/task-self-hosted.bb | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index b3a68b4acb..e359b3d962 100644 --- a/meta/recipes-core/tasks/task-self-hosted.bb +++ b/meta/recipes-core/tasks/task-self-hosted.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Create Basic Image Tasks" | 5 | DESCRIPTION = "Create Basic Image Tasks" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
@@ -27,9 +27,6 @@ RDEPENDS_task-self-hosted = "\ | |||
27 | 27 | ||
28 | # eglibc-utils: for rpcgen | 28 | # eglibc-utils: for rpcgen |
29 | RDEPENDS_task-self-hosted-sdk = "\ | 29 | RDEPENDS_task-self-hosted-sdk = "\ |
30 | sed \ | ||
31 | mktemp \ | ||
32 | eglibc-utils \ | ||
33 | autoconf \ | 30 | autoconf \ |
34 | automake \ | 31 | automake \ |
35 | binutils-symlinks \ | 32 | binutils-symlinks \ |
@@ -37,27 +34,30 @@ RDEPENDS_task-self-hosted-sdk = "\ | |||
37 | cpp \ | 34 | cpp \ |
38 | cpp-symlinks \ | 35 | cpp-symlinks \ |
39 | ccache \ | 36 | ccache \ |
37 | coreutils \ | ||
38 | diffutils \ | ||
39 | distcc \ | ||
40 | eglibc-utils \ | ||
41 | file \ | ||
42 | findutils \ | ||
40 | gcc \ | 43 | gcc \ |
41 | gcc-symlinks \ | 44 | gcc-symlinks \ |
42 | g++ \ | 45 | g++ \ |
43 | g++-symlinks \ | 46 | g++-symlinks \ |
44 | gettext \ | 47 | gettext \ |
45 | make \ | ||
46 | intltool \ | 48 | intltool \ |
49 | ldd \ | ||
50 | less \ | ||
47 | libstdc++ \ | 51 | libstdc++ \ |
48 | libstdc++-dev \ | 52 | libstdc++-dev \ |
49 | libtool \ | 53 | libtool \ |
54 | make \ | ||
55 | mktemp \ | ||
50 | perl-module-re \ | 56 | perl-module-re \ |
51 | perl-module-text-wrap \ | 57 | perl-module-text-wrap \ |
52 | coreutils \ | ||
53 | diffutils \ | ||
54 | pkgconfig \ | 58 | pkgconfig \ |
55 | findutils \ | ||
56 | quilt \ | 59 | quilt \ |
57 | less \ | 60 | sed \ |
58 | distcc \ | ||
59 | ldd \ | ||
60 | file \ | ||
61 | tcl \ | 61 | tcl \ |
62 | " | 62 | " |
63 | 63 | ||
@@ -74,6 +74,7 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
74 | bzip2 \ | 74 | bzip2 \ |
75 | chkconfig \ | 75 | chkconfig \ |
76 | chrpath \ | 76 | chrpath \ |
77 | cpio \ | ||
77 | curl \ | 78 | curl \ |
78 | dhcp-client \ | 79 | dhcp-client \ |
79 | diffstat \ | 80 | diffstat \ |
@@ -89,6 +90,12 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
89 | groff \ | 90 | groff \ |
90 | gawk \ | 91 | gawk \ |
91 | hdparm \ | 92 | hdparm \ |
93 | iptables \ | ||
94 | kernel-module-tun \ | ||
95 | kernel-module-iptable-raw \ | ||
96 | kernel-module-iptable-nat \ | ||
97 | kernel-module-iptable-mangle \ | ||
98 | kernel-module-iptable-filter \ | ||
92 | libaio \ | 99 | libaio \ |
93 | libxml2 \ | 100 | libxml2 \ |
94 | libusb1 \ | 101 | libusb1 \ |
@@ -158,13 +165,6 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
158 | xinetd \ | 165 | xinetd \ |
159 | zip \ | 166 | zip \ |
160 | zlib \ | 167 | zlib \ |
161 | cpio \ | ||
162 | iptables \ | ||
163 | kernel-module-tun \ | ||
164 | kernel-module-iptable-raw \ | ||
165 | kernel-module-iptable-nat \ | ||
166 | kernel-module-iptable-mangle \ | ||
167 | kernel-module-iptable-filter \ | ||
168 | " | 168 | " |
169 | 169 | ||
170 | 170 | ||