libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / tasks / task-slugos-toolchain-target.bb
blobfb0418fe2934a33e66ca2ebc39cc78755fee715d
1 DESCRIPTION = "Packages for a standalone SDK or external toolchain"
2 LICENSE = "MIT"
3 ALLOW_EMPTY = "1"
5 PR = "r3"
7 PACKAGES = "${PN}"
9 DEPENDS = "task-sdk-bare"
11 # This is a starting point, and nothing more at present -- please fill
12 # this out with a reasonable set of development tools for a SlugOS image.
13 # Also feel free to remove stuff that's silly.
15 RDEPENDS_${PN} = "\
16 task-sdk-bare \
17 linux-libc-headers-dev \
18 libssl \
19 libcrypto \
20 openssl-dev \
21 zlib-dev \