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 | 38 |
1 files changed, 38 insertions, 0 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 new file mode 100644 index 000000000..5ed1fb5e7 --- /dev/null +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | DESCRIPTION = "Freescale alsa-lib plugins" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | SECTION = "multimedia" | ||
| 7 | DEPENDS = "alsa-lib virtual/kernel" | ||
| 8 | |||
| 9 | # For backwards compatibility | ||
| 10 | RREPLACES_${PN} = "fsl-alsa-plugins" | ||
| 11 | RPROVIDES_${PN} = "fsl-alsa-plugins" | ||
| 12 | RCONFLICTS_${PN} = "fsl-alsa-plugins" | ||
| 13 | |||
| 14 | # Make sure kernel sources are available | ||
| 15 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
| 16 | |||
| 17 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
| 20 | |||
| 21 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz" | ||
| 22 | SRC_URI[md5sum] = "8fe4bcfddeca82dd01a9c4c6ce9471df" | ||
| 23 | SRC_URI[sha256sum] = "0a7e8d90fdde2f6780605ecfee674e6e13523915a7bcd64078bc507ac1a8deb8" | ||
| 24 | |||
| 25 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" | ||
| 26 | |||
| 27 | EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}"" | ||
| 28 | |||
| 29 | INSANE_SKIP_${PN} = "dev-so" | ||
| 30 | |||
| 31 | FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so" | ||
| 32 | FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" | ||
| 33 | FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" | ||
| 34 | |||
| 35 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||
| 36 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | ||
| 37 | PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}" | ||
| 38 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | ||
