X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fimages%2Fvuplus-image.inc;h=f09e3d9c4225f397ff9bb8d8838b3dc19c2e2266;hp=0d8fe06bddcc963612ad0226a42d4b5184df4ae4;hb=723115be8058d7f374f4eccc91f491eabfcb4081;hpb=f0a0db4f3b4c47bea5174106c17782b265f0a93f diff --git a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc index 0d8fe06..f09e3d9 100644 --- a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc +++ b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc @@ -1,12 +1,23 @@ SUMMARY = "A Vuplus firmware image" # packages to build for the feed -#DEPENDS = " \ -# gdb \ -# lsof \ -# ltrace \ -# strace \ -#" +DEPENDS = " \ + gdb \ + lsof \ + ltrace \ + strace \ +" + +# build e2openplugins +DEPENDS += " \ + enigma2-plugin-extensions-openwebif \ + enigma2-plugin-extensions-remotestreamconvert \ + enigma2-plugin-extensions-addstreamurl \ + enigma2-plugin-systemplugins-autoshutdown \ +" +DEPENDS += " \ + ${@base_contains("VUPLUS_FEATURES", "webmanual", "vuplus-manual", "", d)} \ +" #BAD_RECOMMENDATIONS += "libnss-mdns wpa-supplicant-passphrase" BAD_RECOMMENDATIONS += "libnss-mdns" @@ -15,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 = " \ @@ -25,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} \ "