task-vuplus-enigma2.bb : append led brightness setup, ultimo
[vuplus_openembedded] / recipes / tasks / task-slugos-toolchain-target.bb
1 DESCRIPTION = "Packages for a standalone SDK or external toolchain"
2 LICENSE = "MIT"
3 ALLOW_EMPTY = "1"
4
5 PR = "r3"
6
7 PACKAGES = "${PN}"
8
9 DEPENDS = "task-sdk-bare"
10
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.
14
15 RDEPENDS_${PN} = "\
16     task-sdk-bare \
17     linux-libc-headers-dev \
18     libssl \
19     libcrypto \
20     openssl-dev \
21     zlib-dev \
22     "