aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-self-hosting.bb
blob: 96f204f14011ba852e46037e0c451800b89795c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "All tools needed for OpenEmbedded build"
SECTION = "devel"
LICENSE = "MIT"
RDEPENDS_${PN} = "task-native-sdk python-modules bash texinfo cvs subversion git"
PR = "r2"

#
# quilt-native REQ bash and perl/perl-modules
# binutils REQ texinfo
#
# Bitbake require Python and should be fetched from GIT tree
#
# toolchain:
# - task-native-sdk provides it for glibc/uclibc systems

ALLOW_EMPTY = "1"

PACKAGES = "${PN}"
PACKAGE_ARCH = "all"