aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/unslung-packages.bb
blob: 21a55ae95777f4efebb86c8fcbec5760b62beaeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Packages that are compatible with the Unslung firmware"
LICENSE = MIT
PR = "r3"

ALLOW_EMPTY = 1
PACKAGES = "${PN}"

UNSLUNG_PACKAGES = "\
	"

BROKEN_PACKAGES = "\
	"

DEPENDS = 'unslung-image \
	${UNSLUNG_PACKAGES} \
	package-index'