summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-slugos-toolchain-target.bb
blob: 06b3b61e5f7389580c4d3aaa4d52814a40bb29b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Packages for a standalone SDK or external toolchain"
LICENSE = "MIT"
ALLOW_EMPTY = "1"

PR = "r3.2"

PACKAGES = "${PN}"

# This is a starting point, and nothing more at present -- please fill
# this out with a reasonable set of development tools for a SlugOS image.
# Also feel free to remove stuff that's silly.

RDEPENDS_${PN} = "\
    eglibc eglibc-dbg eglibc-utils eglibc-dev eglibc-thread-db libsegfault \
    libgcc libstdc++ libstdc++-dev \
    libssl \
    libcrypto \
    openssl-dev \
    zlib-dev \
    "