]> Git Repo - buildroot-mgba.git/commitdiff
boot/optee-os: fix typo on BR2_TARGET_OPTEE_OS_LATEST
authorRicardo Martincoski <[email protected]>
Sun, 14 Aug 2022 23:38:31 +0000 (20:38 -0300)
committerThomas Petazzoni <[email protected]>
Mon, 15 Aug 2022 09:03:58 +0000 (11:03 +0200)
The typo was added by commit
'9c79b369d6 boot/optee-os: add support for custom tarball URL'

Signed-off-by: Ricardo Martincoski <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
boot/optee-os/optee-os.mk

index fa6ee93137ccfb13101c6ca23f016f7698707a4b..136c4b2401ab42fe57cb400d71103c6aae6f33fd 100644 (file)
@@ -24,7 +24,7 @@ else
 OPTEE_OS_SITE = $(call github,OP-TEE,optee_os,$(OPTEE_OS_VERSION))
 endif
 
-ifeq ($(BR2_TARGET_OPTEE_OS):$(BR2_TARGET_OPTEE_OS_LATEST_VERSION),y:)
+ifeq ($(BR2_TARGET_OPTEE_OS):$(BR2_TARGET_OPTEE_OS_LATEST),y:)
 BR_NO_CHECK_HASH_FOR += $(OPTEE_OS_SOURCE)
 endif
 
This page took 0.03644 seconds and 4 git commands to generate.