task-self-hosting: use task-native-sdk, req python
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 11 Aug 2009 14:54:46 +0000 (16:54 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 12 Aug 2009 11:18:12 +0000 (13:18 +0200)
recipes/tasks/task-self-hosting.bb

index b31bb3d..38f2cb1 100644 (file)
@@ -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"