From 166d6ec6b9a0acfe0d3f53897b638b47324bd321 Mon Sep 17 00:00:00 2001 From: renhw001 Date: Mon, 30 Oct 2023 09:50:01 +0800 Subject: [PATCH] fix patch Signed-off-by: renhw001 --- README.OpenSource | 2 +- bundle.json | 4 ++-- patches/patches.json | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 5f96605..85c83a5 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name":"astc-encoder", "License":"Apache 2.0 License", "License File":"LICENSE", - "Vesion Number":"3.7", + "Version Number":"3.7", "Owner":"wangyonglang@huawei.com", "Upstream URL":"https://github.com/ARM-software/astc-encoder.git", "Description":"The Arm?Adaptive Scalable Texture Compression (ASTC) Encoder,astcenc,is a command-line tool for compressing and decompressing images using the ASTC texture compression standard." diff --git a/bundle.json b/bundle.json index 53b42bd..34750d5 100644 --- a/bundle.json +++ b/bundle.json @@ -9,7 +9,7 @@ }, "dirs": {}, "scripts": {}, - "licensePath": "COPYING", + "licensePath": "LICENCE", "component": { "name": "astc-encoder", "subsystem": "thirdparty", @@ -23,7 +23,7 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"], "inner_kits": [], "test": [] } diff --git a/patches/patches.json b/patches/patches.json index 83db518..ee91376 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1,9 +1,14 @@ { "patches":[ { - "project":"image_framework", + "project":"multimedia_image_framework", "patch":"foundation/multimedia/image_framework", "pr_url":"https://gitee.com/openharmony/multimedia_image_framework/pulls/1034" + }, + { + "project":"vendor_hihope", + "path":"vendor/hihope/rk3568", + "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/964" } ] } \ No newline at end of file -- Gitee