blob: 8a32b9cb70ac1c25467787fd40631cea53d8bb89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware"
LICENSE = MIT
PR = "r2"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
# Just something the test with
OPENSLUG_NATIVE_PACKAGES = "\
gzip \
vlan \
"
BROKEN_PACKAGES = "\
"
DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \
package-index'
|