From: Gary Thomas Date: Wed, 11 Feb 2015 11:30:12 +0000 (-0700) Subject: fsl-alsa-plugin: Ensure kernel source is available X-Git-Tag: 2.1~655 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=68fbaa2891630de53d29c59d70491fa523962542;p=meta-freescale.git fsl-alsa-plugin: Ensure kernel source is available Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-core: 6a1ff0e7eac Signed-off-by: Gary Thomas Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb b/meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb index 556884de..af552701 100644 --- a/meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb +++ b/meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb @@ -6,6 +6,9 @@ LICENSE = "GPLv2" SECTION = "multimedia" DEPENDS = "alsa-lib virtual/kernel" +# Make sure kernel sources are available +do_configure[depends] += "virtual/kernel:do_shared_workdir" + LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" inherit autotools pkgconfig