I never had that error, Well not yet. The build runs flawless for me.
So for me it's hard to test.
But applying this patch is harmless so far.
diff --git a/meta-dream/recipes-bsp/drivers/dreambox-secondstage.inc b/meta-dream/recipes-bsp/drivers/dreambox-secondstage.inc index f32d5fa..97f4678 100644 --- a/meta-dream/recipes-bsp/drivers/dreambox-secondstage.inc +++ b/meta-dream/recipes-bsp/drivers/dreambox-secondstage.inc @@ -13,6 +13,8 @@ SRC_URI = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE PACKAGES = "${PN}" +do_populate_sysroot[depends] = "dreambox-secondstage-${MACHINE}:do_package" + S = "${WORKDIR}" do_install() {
Edited by Beeker, 2 December 2016 - 13:24.