summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-02-11 04:30:12 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-12 20:28:06 -0200
commit68fbaa2891630de53d29c59d70491fa523962542 (patch)
tree7e95ccce91676e3db082757f1ee6bdc6f9c0bd0f
parente4a7f6ffac1af8a17a5aa955884e85d80911d4ff (diff)
downloadmeta-freescale-68fbaa2891630de53d29c59d70491fa523962542.tar.gz
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 <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb3
1 files changed, 3 insertions, 0 deletions
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 556884dea..af5527018 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"
6SECTION = "multimedia" 6SECTION = "multimedia"
7DEPENDS = "alsa-lib virtual/kernel" 7DEPENDS = "alsa-lib virtual/kernel"
8 8
9# Make sure kernel sources are available
10do_configure[depends] += "virtual/kernel:do_shared_workdir"
11
9LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" 12LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
10 13
11inherit autotools pkgconfig 14inherit autotools pkgconfig