blob: 32a9a2ae5ecd70ff6d2b6fcf047c6d4ea38de931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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-symlinks binutils-symlinks \
make virtual-libc-dev \
flex flex-dev bison gawk sed grep autoconf automake make \
patch patchutils diffstat diffutils libstdc++-dev"
FILE_PR = "r3"
ALLOW_EMPTY = "1"
PACKAGES = "${PN}"
|