aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/dvb-image.bb
blob: fa964b4490950810ed52cb18dd2952b1291802f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
export IMAGE_BASENAME = "dvb-image"

IMAGE_LINGUAS = ""

DVB_PACKAGES = "task-bootstrap task-dvb"

export IPKG_INSTALL = "${DVB_PACKAGES}"
DEPENDS = "${DVB_PACKAGES}"

inherit image_ipk
LICENSE = MIT