el2go-agent: Update el2go-agent_git.bb to commit aed46fd

[YOCIMX-7725]

Signed-off-by: Flora Hu <flora.hu@nxp.com>
This commit is contained in:
Flora Hu 2024-04-18 23:51:04 -07:00 committed by Jun Zhu
parent affe71fa0e
commit c17e9384af

View File

@ -1,4 +1,4 @@
# Copyright 2023 NXP
# Copyright 2023-2024 NXP
SUMMARY = "NXP i.MX EdgeLock 2GO IoT Agent"
DESCRIPTION = "NXP i.MX EdgeLock 2GO IoT Agent"
@ -13,9 +13,11 @@ SRC_URI = "${EL2GO_AGENT_SRC};branch=${EL2GO_AGENT_SRCBRANCH}"
EL2GO_AGENT_SRC ?= "git://github.com/NXP/el2go-agent;protocol=https"
EL2GO_AGENT_SRCBRANCH ?= "master"
SRCREV = "eb57e0121788452ac336bc41383c7db5c5d70b7b"
SRCREV = "aed46fd1a9dec4f30c858080a604a692bae9ceb8"
S = "${WORKDIR}/git"
PV = "5.1.0+git${SRCPV}"
inherit cmake
CFLAGS[unexport] = "1"