summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-seco/imx-seco-libs_git.bb
diff options
context:
space:
mode:
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