diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-25 10:07:02 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 14:23:37 -0300 |
commit | f257d8f10968c7e9f4a73fd50a84d32723a3ba9b (patch) | |
tree | 09f94ef35074e531511697b945ccebfe7e17909b | |
parent | 8171cf7d0e1268a3b6fad828e742cb7a0a93d115 (diff) | |
download | meta-freescale-f257d8f10968c7e9f4a73fd50a84d32723a3ba9b.tar.gz |
imx-alsa-plugins: Replace kernel dependence with linux-imx-headers
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-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 | ||