aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/dvb-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/images/dvb-image.bb')
-rw-r--r--packages/images/dvb-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/dvb-image.bb b/packages/images/dvb-image.bb
index a6687d2f46..c4636b12aa 100644
--- a/packages/images/dvb-image.bb
+++ b/packages/images/dvb-image.bb
@@ -4,8 +4,8 @@ IMAGE_LINGUAS = ""
DVB_PACKAGES = "${MACHINE_TASK_PROVIDER} task-dvb"
-export IPKG_INSTALL = "${DVB_PACKAGES}"
+export PACKAGE_INSTALL = "${DVB_PACKAGES}"
DEPENDS = "${DVB_PACKAGES}"
-inherit image_ipk
+inherit image
LICENSE = "MIT"