diff options
Diffstat (limited to 'recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb')
-rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 9b30911c..62aff0fb 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | DESCRIPTION = "Freescale alsa-lib plugins" | 4 | DESCRIPTION = "Freescale alsa-lib plugins" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | DEPENDS = "alsa-lib virtual/kernel" | 7 | DEPENDS = "alsa-lib linux-imx-headers" |
8 | 8 | ||
9 | # For backwards compatibility | 9 | # For backwards compatibility |
10 | PROVIDES += "fsl-alsa-plugins" | 10 | PROVIDES += "fsl-alsa-plugins" |
@@ -12,9 +12,6 @@ RREPLACES_${PN} = "fsl-alsa-plugins" | |||
12 | RPROVIDES_${PN} = "fsl-alsa-plugins" | 12 | RPROVIDES_${PN} = "fsl-alsa-plugins" |
13 | RCONFLICTS_${PN} = "fsl-alsa-plugins" | 13 | RCONFLICTS_${PN} = "fsl-alsa-plugins" |
14 | 14 | ||
15 | # Make sure kernel sources are available | ||
16 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
17 | |||
18 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" | 15 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" |
19 | 16 | ||
20 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
@@ -25,7 +22,7 @@ SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f" | |||
25 | 22 | ||
26 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
27 | 24 | ||
28 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" | 25 | INCLUDE_DIR = "-I${STAGING_INCDIR}/imx" |
29 | 26 | ||
30 | EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}"" | 27 | EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}"" |
31 | 28 | ||