From d66651f7df5aa450dd200ab8b703e9c747b30d21 Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Wed, 1 Feb 2023 12:13:08 +0800 Subject: [PATCH] testing/unity: adjust unity download pack to 'Unity' Signed-off-by: haopengxiang --- testing/unity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/unity/Makefile b/testing/unity/Makefile index c7db299ce8..88442becd1 100644 --- a/testing/unity/Makefile +++ b/testing/unity/Makefile @@ -32,7 +32,7 @@ UNITY_VERSION = $(patsubst "%",%,$(strip $(CONFIG_TESTING_UNITY_VERSION))) UNITY_TARBALL = v$(UNITY_VERSION).tar.gz -UNITY_UNPACKNAME = Unity-$(UNITY_VERSION) +UNITY_UNPACKNAME = Unity UNPACK ?= tar -zxf UNITY_UNPACKDIR = $(WD)/$(UNITY_UNPACKNAME) @@ -55,6 +55,7 @@ $(UNITY_TARBALL): $(UNITY_UNPACKNAME): $(UNITY_TARBALL) @echo "Unpacking: $(UNITY_TARBALL) -> $(UNITY_UNPACKNAME)" $(Q) $(UNPACK) $(UNITY_TARBALL) + $(Q) mv Unity-$(UNITY_VERSION) $(UNITY_UNPACKNAME) $(Q) touch $(UNITY_UNPACKNAME) endif