summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-seco/imx-seco-libs_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-11-28 12:51:02 -0300
committerGitHub <noreply@github.com>2022-11-28 12:51:02 -0300
commit1bcc227c8979315b3a0323a999ef0e4311f33515 (patch)
tree281473234e1dad139f4810ac3853ad2da32eed52 /recipes-bsp/imx-seco/imx-seco-libs_git.bb
parent0e4272291f929054ab5e3a3951da455470ccb96f (diff)
parent3eed5daa3fbde8c71b8bf59432416a21d5f3448c (diff)
downloadmeta-freescale-1bcc227c8979315b3a0323a999ef0e4311f33515.tar.gz
Merge pull request #1314 from MaxKrummenacher/master
Upgrade Rest to lf5.15.52_2.1.0
Diffstat (limited to 'recipes-bsp/imx-seco/imx-seco-libs_git.bb')
-rw-r--r--recipes-bsp/imx-seco/imx-seco-libs_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb
index 35b46ca3..625834b7 100644
--- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb
+++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb
@@ -1,19 +1,19 @@
1# Copyright (C) 2019-2021 NXP 1# Copyright 2019-22 NXP
2 2
3SUMMARY = "NXP i.MX SECO library" 3SUMMARY = "NXP i.MX SECO library"
4DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem" 4DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem"
5SECTION = "base" 5SECTION = "base"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" 7LIC_FILES_CHKSUM = "file://EULA.txt;md5=d3c315c6eaa43e07d8c130dc3a04a011"
8 8
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11SRCBRANCH = "lf-5.15.5_1.0.0" 11SRCBRANCH = "imx_5.4.70_2.3.9"
12SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ 12SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \
13 file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \ 13 file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \
14 file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \ 14 file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \
15 file://0001-add-v2x_test-to-the-installed-binaries.patch" 15 file://0001-add-v2x_test-to-the-installed-binaries.patch"
16SRCREV = "06a9062cdf51aa29a1c872709e21f927ca00d0b6" 16SRCREV = "b2550476388e1d1453bddbf356844301467c7bfa"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19