blob: fb0418fe2934a33e66ca2ebc39cc78755fee715d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "Packages for a standalone SDK or external toolchain"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
PR = "r3"
PACKAGES = "${PN}"
DEPENDS = "task-sdk-bare"
# 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} = "\
task-sdk-bare \
linux-libc-headers-dev \
libssl \
libcrypto \
openssl-dev \
zlib-dev \
"
|