summaryrefslogtreecommitdiff
path: root/packages/meta/unslung-packages.bb
blob: 22205c9573a23cf1c84562aed06ce10efee3a8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Packages that are compatible with the Unslung firmware"
PR = "r1"

ALLOW_EMPTY = 1
PACKAGES = "${PN}"

DEPENDS = ' \
	${UNSLUNG_EXTRA_DEPENDS}'

RDEPENDS = ' \
	${UNSLUNG_EXTRA_RDEPENDS}'

RRECOMMENDS = ' \
	${UNSLUNG_EXTRA_RRECOMMENDS}'
LICENSE = MIT