X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fimages%2Fvuplus-image.inc;h=f09e3d9c4225f397ff9bb8d8838b3dc19c2e2266;hp=4bee6b2730cd1217ca1b868b3f0962c73e042108;hb=723115be8058d7f374f4eccc91f491eabfcb4081;hpb=4977da0f186cc715b071e9c37e70f2dee241d06c diff --git a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc index 4bee6b2..f09e3d9 100644 --- a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc +++ b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc @@ -1,12 +1,12 @@ SUMMARY = "A Vuplus firmware image" # packages to build for the feed -#DEPENDS = " \ -# gdb \ -# lsof \ -# ltrace \ -# strace \ -#" +DEPENDS = " \ + gdb \ + lsof \ + ltrace \ + strace \ +" # build e2openplugins DEPENDS += " \ @@ -26,6 +26,7 @@ TASK_CORE_BOOT ?= "task-core-boot" TASK_VUPLUS_BASE ?= "task-vuplus-base" TASK_VUPLUS_ENIGMA ?= "task-vuplus-enigma2" TASK_ESSENCIAL ?= "task-vuplus-essential" +TASK_VUPLUS_DVBAPI ?= "task-vuplus-dvbapi" # packages to drag into the image #IMAGE_INSTALL = " \ @@ -36,9 +37,9 @@ TASK_ESSENCIAL ?= "task-vuplus-essential" #" IMAGE_INSTALL = " \ - ${ROOTFS_PKGMANAGE} \ - ${TASK_CORE_BOOT} \ + ${TASK_CORE_BOOT} ${ROOTFS_PKGMANAGE} \ ${TASK_VUPLUS_BASE} \ + ${TASK_VUPLUS_DVBAPI} \ ${TASK_VUPLUS_ENIGMA} \ ${TASK_ESSENCIAL} \ "