aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-sdk-native.bb
blob: 35ddf788fdbb5bf264042f6b9df7930d3ff5d62f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Packages required for native (on-device) SDK"
LICENSE = "MIT"
DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat diffutils automake flex bison gawk sed grep"
RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
	    make virtual-libc-dev \
	    task-proper-tools perl-modules flex flex-dev bison gawk sed grep autoconf automake make \
	    patch patchutils diffstat diffutils libstdc++-dev"

RECOMMENDS = " g77-symlinks gfortran-symlinks "
RPROVIDES_${PN} = "task-native-sdk"

PR = "r7"

ALLOW_EMPTY = "1"
PACKAGES = "${PN}"