[vuplus-dvb-proxy] Make sure kernel shared workdir exists before configuring.
authorhschang <chang@dev3>
Mon, 21 Aug 2017 08:20:28 +0000 (17:20 +0900)
committerhschang <chang@dev3>
Mon, 21 Aug 2017 08:20:28 +0000 (17:20 +0900)
meta-bsp/recipes-vuplus/vuplus-dvb-proxy/vuplus-dvb-proxy.inc

index 24e239e..d1c13b4 100644 (file)
@@ -16,6 +16,7 @@ S = "${WORKDIR}"
 
 #inherit module-base
 DEPENDS = "virtual/kernel"
+do_configure[depends] += "virtual/kernel:do_shared_workdir"
 KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
 
 do_install() {