]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-alsa-plugins: Add 1.0.25 version
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 15 Jul 2013 22:58:31 +0000 (19:58 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 31 Jul 2013 19:08:26 +0000 (16:08 -0300)
This change has been based on changes done in meta-fsl-bsp-release,
3.5.7 dylan branch, by Lauren Post <lauren.post@freescale.com> and Jun
Zhu <R01007@freescale.com>.

We are not updating to 3.5.7-1.0.0 package as a compare of both
sources show only autoconf generated changes (which are useless as we
end regenerating them anyway). The diffstat is:

,----
|  Makefile.in      |  242
|  aclocal.m4       |17434 ++++++++++++++++++++++++++++---------------------------
|  asrc/Makefile.in |   86
|  config.guess     |  117
|  config.sub       |   82
|  configure        |  673 +-
|  depcomp          |  255
|  doc/Makefile.in  |   60
|  install-sh       |   35
|  ltmain.sh        |  228
|  missing          |  148
|  11 files changed, 10133 insertions(+), 9227 deletions(-)
`----

So we're using the last version which have been made public.

Change-Id: I4845341feb8a12bf01a139564959b9ffb8bb940b
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..3fa01b4
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright (C) 2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Freescale alsa-lib plugins"
+LICENSE = "GPLv2"
+SECTION = "multimedia"
+DEPENDS = "alsa-lib virtual/kernel"
+
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+inherit autotools pkgconfig
+
+SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "b1ca7a250a8cd5da07062081b30b4118"
+SRC_URI[sha256sum] = "902df92255d755e8eb08b3c3db0c7b9d70d26d9659b219373bee425ffdc34245"
+
+INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include"
+EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}""
+
+INSANE_SKIP_${PN} = "dev-so"
+
+FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so"
+FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug"
+FILES_${PN}-dev += "${libdir}/alsa-lib/*.la"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "(mx6)"