[vuplus-dvb-proxy] add kernel-image to RDEPENDS.
authorhschang <chang@dev3>
Wed, 15 Nov 2017 07:20:40 +0000 (16:20 +0900)
committerhschang <chang@dev3>
Wed, 15 Nov 2017 07:20:40 +0000 (16:20 +0900)
meta-bsp/recipes-vuplus/vuplus-dvb-proxy/vuplus-dvb-proxy.inc

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