From b5f769c7e06a623c8ac400ead0d0e7e10a78ee7f Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Date: Tue, 11 Aug 2009 16:54:46 +0200
Subject: task-self-hosting: use task-native-sdk, req python

---
 recipes/tasks/task-self-hosting.bb | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

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"
 
-- 
cgit v1.2.3