diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
|---|---|---|
| committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
| commit | 6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch) | |
| tree | 00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /packages/tasks/task-self-hosting.bb | |
| parent | dcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff) | |
| parent | 6f854d71c347475d53d5080a5490625345d95d12 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/tasks/task-self-hosting.bb')
| -rw-r--r-- | packages/tasks/task-self-hosting.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb deleted file mode 100644 index 87604a2dab..0000000000 --- a/packages/tasks/task-self-hosting.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "All tools needed for OpenEmbedded build" -SECTION = "devel" -LICENSE = "MIT" -RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ - perl perl-modules bitbake bash \ - task-proper-tools glibc-utils \ - linux-libc-headers-dev glibc-dev \ - texinfo make cvs subversion monotone-6" - -# -# quilt-native REQ bash and perl/perl-modules -# binutils REQ texinfo -# -# bitbake will fetch all needed python modules -# -# toolchain: -# - gcc-symlinks will fetch gcc -# - binutils-symlinks will fetch binutils -# - glibc-utils REQ cpp -# -# problems: -# - 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 -# - -ALLOW_EMPTY = "1" - -PACKAGES = "${PN}" -PACKAGE_ARCH = "all" |
