diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-18 14:26:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-18 14:26:56 +0000 |
commit | 6565939e02c29d2d2e5b57ffa9a0dd13cc909c38 (patch) | |
tree | d92047c2ef9ec22f6070868d881a62f1133bac87 /packages/tasks | |
parent | a29979e19ed76c2029cfd822951b7fde56a98a8e (diff) |
task-self-hosting: fix typos
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-self-hosting.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb index a82d6a6bc3..478d8130b2 100644 --- a/packages/tasks/task-self-hosting.bb +++ b/packages/tasks/task-self-hosting.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ perl perl-modules bitbake bash \ task-proper-tools glibc-utils \ - libc-linux-headers-dev glibc-dev \ + linux-libc-headers-dev glibc-dev \ texinfo make cvs subversion monotone-6" # @@ -19,7 +19,7 @@ RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ # - glibc-utils REQ cpp # # problems: -# - binutils-synlinks conflict with busybox +# - binutils-symlinks conflict with busybox # - glibc-dev conflict with libc-linux-headers-dev # - perl is so granulated that it is probably impossible # to find out which packages are needed |