aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-11 16:54:46 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-12 13:18:12 +0200
commitb5f769c7e06a623c8ac400ead0d0e7e10a78ee7f (patch)
tree8ed4acd879df8bfd055c1615791a99be4faa760c
parent0fae80c38ca4b99bfdcb25aed7224cf4c7280b04 (diff)
downloadopenembedded-b5f769c7e06a623c8ac400ead0d0e7e10a78ee7f.tar.gz
task-self-hosting: use task-native-sdk, req python
-rw-r--r--recipes/tasks/task-self-hosting.bb20
1 files 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"