[meta-freescale] [meta-fsl-arm PATCH 01/15] fsl-alsa-plugins: Add 1.0.25 release

Otavio Salvador otavio at ossystems.com.br
Tue Jul 23 11:43:32 PDT 2013


This change has been based on changes done in meta-fsl-bsp-release,
3.5.7 dylan branch, by Lauren Post <lauren.post at freescale.com> and Jun
Zhu <R01007 at 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 at ossystems.com.br>
---
 recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb

diff --git a/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb b/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb
new file mode 100644
index 0000000..3fa01b4
--- /dev/null
+++ b/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb
@@ -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)"
-- 
1.8.3.2




More information about the meta-freescale mailing list