From: Marcin Juszkiewicz Date: Tue, 11 Aug 2009 14:54:46 +0000 (+0200) Subject: task-self-hosting: use task-native-sdk, req python X-Git-Tag: Release-2010-05/1~2714 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f769c7e06a623c8ac400ead0d0e7e10a78ee7f;p=openembedded.git task-self-hosting: use task-native-sdk, req python --- diff --git a/recipes/tasks/task-self-hosting.bb b/recipes/tasks/task-self-hosting.bb index b31bb3d9e0..38f2cb1f91 100644 --- a/recipes/tasks/task-self-hosting.bb +++ b/recipes/tasks/task-self-hosting.bb @@ -1,29 +1,17 @@ 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 git" +RDEPENDS = "task-native-sdk python-modules bash texinfo cvs subversion git" +PR = "r1" # # quilt-native REQ bash and perl/perl-modules # binutils REQ texinfo # -# bitbake will fetch all needed python modules +# Bitbake require Python and should be fetched from GIT tree # # 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 -# +# - task-native-sdk provides it for glibc/uclibc systems ALLOW_EMPTY = "1"