diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2012-02-23 11:26:52 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:40 +0000 |
| commit | da1b26c3505607e20f7d801dfb18e1046fd9d9c4 (patch) | |
| tree | cec221ed892f2c61067eb600056b0af22e02c7e1 /meta/recipes-core/tasks | |
| parent | 1eec640238c954a33886a813b39e42e11a7c3612 (diff) | |
| download | poky-da1b26c3505607e20f7d801dfb18e1046fd9d9c4.tar.gz | |
task-self-hosted: make the package lists alphabetical
This patch makes no actual change to the functionality of the recipe.
(From OE-Core rev: 0dff62c849650f3fa51ce80979b4d80dcc0d36f1)
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.bb | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index c9a8c49249..3c5fad68bf 100644 --- a/meta/recipes-core/tasks/task-self-hosted.bb +++ b/meta/recipes-core/tasks/task-self-hosted.bb | |||
| @@ -53,20 +53,20 @@ RDEPENDS_task-self-hosted-host-tools = "\ | |||
| 53 | RDEPENDS_task-self-hosted-sdk = "\ | 53 | RDEPENDS_task-self-hosted-sdk = "\ |
| 54 | autoconf \ | 54 | autoconf \ |
| 55 | automake \ | 55 | automake \ |
| 56 | binutils-symlinks \ | ||
| 57 | binutils \ | 56 | binutils \ |
| 58 | cpp \ | 57 | binutils-symlinks \ |
| 59 | cpp-symlinks \ | ||
| 60 | ccache \ | 58 | ccache \ |
| 61 | coreutils \ | 59 | coreutils \ |
| 60 | cpp \ | ||
| 61 | cpp-symlinks \ | ||
| 62 | distcc \ | 62 | distcc \ |
| 63 | eglibc-utils \ | 63 | eglibc-utils \ |
| 64 | file \ | 64 | file \ |
| 65 | findutils \ | 65 | findutils \ |
| 66 | gcc \ | ||
| 67 | gcc-symlinks \ | ||
| 68 | g++ \ | 66 | g++ \ |
| 69 | g++-symlinks \ | 67 | g++-symlinks \ |
| 68 | gcc \ | ||
| 69 | gcc-symlinks \ | ||
| 70 | intltool \ | 70 | intltool \ |
| 71 | ldd \ | 71 | ldd \ |
| 72 | less \ | 72 | less \ |
| @@ -85,9 +85,9 @@ RDEPENDS_task-self-hosted-sdk = "\ | |||
| 85 | RDEPENDS_task-self-hosted-debug = " \ | 85 | RDEPENDS_task-self-hosted-debug = " \ |
| 86 | gdb \ | 86 | gdb \ |
| 87 | gdbserver \ | 87 | gdbserver \ |
| 88 | tcf-agent \ | ||
| 89 | rsync \ | 88 | rsync \ |
| 90 | strace" | 89 | strace \ |
| 90 | tcf-agent" | ||
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | RDEPENDS_task-self-hosted-extended = "\ | 93 | RDEPENDS_task-self-hosted-extended = "\ |
| @@ -101,16 +101,17 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
| 101 | elfutils \ | 101 | elfutils \ |
| 102 | expat \ | 102 | expat \ |
| 103 | gamin \ | 103 | gamin \ |
| 104 | gawk \ | ||
| 104 | gdbm \ | 105 | gdbm \ |
| 105 | git \ | ||
| 106 | gettext \ | 106 | gettext \ |
| 107 | gettext-runtime \ | 107 | gettext-runtime \ |
| 108 | git \ | ||
| 108 | grep \ | 109 | grep \ |
| 109 | groff \ | 110 | groff \ |
| 110 | gawk \ | 111 | gzip \ |
| 111 | libaio \ | 112 | libaio \ |
| 112 | libxml2 \ | ||
| 113 | libusb1 \ | 113 | libusb1 \ |
| 114 | libxml2 \ | ||
| 114 | lrzsz \ | 115 | lrzsz \ |
| 115 | lsof \ | 116 | lsof \ |
| 116 | lzo \ | 117 | lzo \ |
| @@ -133,11 +134,13 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
| 133 | python \ | 134 | python \ |
| 134 | python-compile \ | 135 | python-compile \ |
| 135 | python-compiler \ | 136 | python-compiler \ |
| 137 | python-compression \ | ||
| 136 | python-core \ | 138 | python-core \ |
| 137 | python-curses \ | 139 | python-curses \ |
| 138 | python-datetime \ | 140 | python-datetime \ |
| 139 | python-distutils \ | 141 | python-distutils \ |
| 140 | python-elementtree \ | 142 | python-elementtree \ |
| 143 | python-email \ | ||
| 141 | python-fcntl \ | 144 | python-fcntl \ |
| 142 | python-logging \ | 145 | python-logging \ |
| 143 | python-misc \ | 146 | python-misc \ |
| @@ -145,17 +148,15 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
| 145 | python-netclient \ | 148 | python-netclient \ |
| 146 | python-netserver \ | 149 | python-netserver \ |
| 147 | python-pickle \ | 150 | python-pickle \ |
| 151 | python-pkgutil \ | ||
| 148 | python-re \ | 152 | python-re \ |
| 149 | python-rpm \ | 153 | python-rpm \ |
| 150 | python-shell \ | 154 | python-shell \ |
| 151 | python-sqlite3 \ | 155 | python-sqlite3 \ |
| 152 | python-subprocess \ | 156 | python-subprocess \ |
| 153 | python-textutils \ | 157 | python-textutils \ |
| 154 | python-xmlrpc \ | ||
| 155 | python-email \ | ||
| 156 | python-unixadmin \ | 158 | python-unixadmin \ |
| 157 | python-compression \ | 159 | python-xmlrpc \ |
| 158 | python-pkgutil \ | ||
| 159 | quota \ | 160 | quota \ |
| 160 | readline \ | 161 | readline \ |
| 161 | rpm \ | 162 | rpm \ |
| @@ -164,12 +165,11 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
| 164 | sudo \ | 165 | sudo \ |
| 165 | sysstat \ | 166 | sysstat \ |
| 166 | tar \ | 167 | tar \ |
| 167 | gzip \ | ||
| 168 | tcl \ | 168 | tcl \ |
| 169 | texi2html \ | 169 | texi2html \ |
| 170 | texinfo \ | 170 | texinfo \ |
| 171 | usbutils \ | ||
| 172 | unzip \ | 171 | unzip \ |
| 172 | usbutils \ | ||
| 173 | watchdog \ | 173 | watchdog \ |
| 174 | wget \ | 174 | wget \ |
| 175 | which \ | 175 | which \ |
| @@ -180,7 +180,7 @@ RDEPENDS_task-self-hosted-extended = "\ | |||
| 180 | 180 | ||
| 181 | 181 | ||
| 182 | RDEPENDS_task-self-hosted-graphics = "\ | 182 | RDEPENDS_task-self-hosted-graphics = "\ |
| 183 | python-pygtk \ | 183 | builder \ |
| 184 | libgl \ | 184 | libgl \ |
| 185 | libgl-dev \ | 185 | libgl-dev \ |
| 186 | libglu \ | 186 | libglu \ |
| @@ -188,5 +188,5 @@ RDEPENDS_task-self-hosted-graphics = "\ | |||
| 188 | libsdl \ | 188 | libsdl \ |
| 189 | libsdl-dev \ | 189 | libsdl-dev \ |
| 190 | libx11-dev \ | 190 | libx11-dev \ |
| 191 | builder \ | 191 | python-pygtk \ |
| 192 | " | 192 | " |
