From c65e8ebd4013c5d1a13e365a82543c23d1f6a454 Mon Sep 17 00:00:00 2001 From: liyufan Date: Sat, 27 May 2023 16:18:57 +0800 Subject: [PATCH] change component name Signed-off-by: liyufan --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 6e0b65b..f4309f6 100755 --- a/bundle.json +++ b/bundle.json @@ -10,8 +10,8 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_mbedtls", - "subsystem": "", + "name": "mbedtls", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [], -- GitLab