You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/29 12:42:32 UTC

[nuttx-apps] 01/02: netutils/cjson: change cjson unpackname to cJSON

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 5a9529185f4dc62efabab93692d0bbd2ebf1fa70
Author: haopengxiang <ha...@xiaomi.com>
AuthorDate: Fri Jan 27 17:41:52 2023 +0800

    netutils/cjson: change cjson unpackname to cJSON
    
    Signed-off-by: haopengxiang <ha...@xiaomi.com>
---
 netutils/cjson/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netutils/cjson/Makefile b/netutils/cjson/Makefile
index d349b3948..f942218a6 100644
--- a/netutils/cjson/Makefile
+++ b/netutils/cjson/Makefile
@@ -32,7 +32,7 @@ CJSON_VERSION = $(patsubst "%",%,$(strip $(CONFIG_NETUTILS_CJSON_VERSION)))
 
 CJSON_TARBALL = v$(CJSON_VERSION).tar.gz
 
-CJSON_UNPACKNAME = cJSON-$(CJSON_VERSION)
+CJSON_UNPACKNAME = cJSON
 UNPACK ?= tar -zxf
 
 CJSON_UNPACKDIR =  $(WD)/$(CJSON_UNPACKNAME)