This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new f4e29f376 netutils/cjson: fix unpackage error when local gerrit does not exist f4e29f376 is described below commit f4e29f376d5f873252e3552e2b7d48969436a024 Author: haopengxiang <haopengxi...@xiaomi.com> AuthorDate: Tue Jan 31 11:51:22 2023 +0800 netutils/cjson: fix unpackage error when local gerrit does not exist Signed-off-by: haopengxiang <haopengxi...@xiaomi.com> --- netutils/cjson/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/cjson/Makefile b/netutils/cjson/Makefile index f942218a6..0af762961 100644 --- a/netutils/cjson/Makefile +++ b/netutils/cjson/Makefile @@ -55,6 +55,7 @@ $(CJSON_TARBALL): $(CJSON_UNPACKNAME): $(CJSON_TARBALL) @echo "Unpacking: $(CJSON_TARBALL) -> $(CJSON_UNPACKNAME)" $(Q) $(UNPACK) $(CJSON_TARBALL) + $(Q) mv cJSON-$(CJSON_VERSION) $(CJSON_UNPACKNAME) $(Q) touch $(CJSON_UNPACKNAME) endif