From dc8e8570010a0d38dee973d0f2d803613b62786a Mon Sep 17 00:00:00 2001 From: cc_ggboy Date: Tue, 9 May 2023 16:29:09 +0800 Subject: [PATCH] =?UTF-8?q?pcre2=20bundle.json=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cc_ggboy --- bundle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 508edc0..c935fa8 100644 --- a/bundle.json +++ b/bundle.json @@ -11,13 +11,13 @@ "scripts": {}, "licensePath": "pcre2/LICENSE", "component": { - "name": "thirdparty_pcre2", - "subsystem": "", + "name": "pcre2", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [ "standard" ], - "rom": "150KB", - "ram": "0KB", + "rom": "512KB", + "ram": "512KB", "deps": { "components": [], "third_party": [] -- Gitee