summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
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
commit9a0df92e44935628979b245ffaa8f7ae86023328 (patch)
tree3a9c47c612c38cbc1f9c22636e6f93379f7d8d34 /recipes-multimedia
parent2238f2f54a104d64e44dec384e1239c8f21fe76b (diff)
downloadmeta-fsl-arm-9a0df92e44935628979b245ffaa8f7ae86023328.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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb b/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb
index 556884d..af55270 100644
--- a/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb
+++ b/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