fsl-mm-codeclib: Point to FSL MMK EULA and fix checksums.
The recipe is sourcing the tarball from Logroño's repoes which has a different checksum than the same version included in meta-fsl-arm. Go guess. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
b01667f276
commit
46a575516c
|
|
@ -7,7 +7,7 @@ SECTION = "multimedia"
|
||||||
LICENSE = "Proprietary"
|
LICENSE = "Proprietary"
|
||||||
DEPENDS = "pkgconfig"
|
DEPENDS = "pkgconfig"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://${LAYERDIR}/FSL_MMK_EULA;md5=da9b44d371e7f1f2d2fa1cad0db90ef7"
|
LIC_FILES_CHKSUM := "file://${FSL_MMK_EULA_FILE};md5=da9b44d371e7f1f2d2fa1cad0db90ef7"
|
||||||
|
|
||||||
INC_PR = "r1"
|
INC_PR = "r1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ include fsl-mm-codeclib.inc
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e06bcaae6a7f5162caaa4ae5a56bf067"
|
SRC_URI[md5sum] = "c33df24405ef54cc55029d1f4a6c6230"
|
||||||
SRC_URI[sha256sum] = "5f1ec8200469d886dfbe82a22a63033914dc690c545c74a27ababb24fd53952a"
|
SRC_URI[sha256sum] = "2bb006d8eccb2938da868acc62f2d7620dffb40b070bf7b24479450da494a2a0"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(mx5)"
|
COMPATIBLE_MACHINE = "(mx5)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue