[oe-commits] Marcin Juszkiewicz : task-self-hosting: use task-native-sdk, req python

git version control git at git.openembedded.org
Wed Aug 12 11:18:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b5f769c7e06a623c8ac400ead0d0e7e10a78ee7f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5f769c7e06a623c8ac400ead0d0e7e10a78ee7f

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Tue Aug 11 16:54:46 2009 +0200

task-self-hosting: use task-native-sdk, req python

---

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

diff --git a/recipes/tasks/task-self-hosting.bb b/recipes/tasks/task-self-hosting.bb
index b31bb3d..38f2cb1 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"
 





More information about the Openembedded-commits mailing list