diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:22:59 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 2c985c29e9b4b46aeb9fcd3821b4b271312ac023 (patch) | |
tree | c8e66fcebe0fe80ec253ba696498e2a5a0b493c4 | |
parent | 8b73dd34f0972a69cee8c0d407d18c6e2b4d824a (diff) | |
download | meta-freescale-2c985c29e9b4b46aeb9fcd3821b4b271312ac023.tar.gz |
libfslcodec: Upgrade to 4.0.5 version
Released with 3.14.38-6QP_beta release.
Upgrade to 4.0.5 version.
Add the new MX7 SoC family in COMPATIBLE_MACHINE.
License updated to 2015.06 v8 so update license checksum.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/libfslcodec/libfslcodec.inc | 2 | ||||
-rw-r--r-- | recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb | 9 | ||||
-rw-r--r-- | recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb | 9 |
3 files changed, 10 insertions, 10 deletions
diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc index ed07774b..39362588 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/recipes-multimedia/libfslcodec/libfslcodec.inc | |||
@@ -3,7 +3,7 @@ | |||
3 | DESCRIPTION = "Freescale Multimedia codec libs" | 3 | DESCRIPTION = "Freescale Multimedia codec libs" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" |
7 | 7 | ||
8 | inherit fsl-eula-unpack autotools pkgconfig | 8 | inherit fsl-eula-unpack autotools pkgconfig |
9 | 9 | ||
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb b/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb deleted file mode 100644 index 4f105d40..00000000 --- a/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require recipes-multimedia/libfslcodec/libfslcodec.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "829f88758622eab85b7427e5b488c8a0" | ||
7 | SRC_URI[sha256sum] = "0d0ff933eed0a021763115b9c8ae812c6376a19bbd95e555d89ea7404f6c8f2f" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb b/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb new file mode 100644 index 00000000..9c96370a --- /dev/null +++ b/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslcodec.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "8c3f82b24ed52d0039f8e7d6d8b93cad" | ||
7 | SRC_URI[sha256sum] = "495f2ce954144436b500156859b1cf4381a27e04f7c7a1d035480f8a738d4c84" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||