Fix huks sysroot patch for embedded

This commit is contained in:
s_c_c 2024-04-03 10:54:09 +08:00
parent be7d575979
commit f7956884d6
2 changed files with 6 additions and 2 deletions

View File

@ -12,9 +12,10 @@
# limitations under the License.
import("//build/ohos.gni")
import("//build/config/sysroot.gni")
config("huks_config") {
include_dirs = [ "/usr/include/huks" ]
include_dirs = [ "${sysroot}/usr/include/huks" ]
libs = ["hukssdk.z"]
}

View File

@ -6,7 +6,7 @@
Name: security_huks
Version: 1.0.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Key management service
License: Apache-2.0
URL: https://gitee.com/openharmony/security_huks
@ -110,6 +110,9 @@ ln -s /usr/include/huks %{buildroot}%{build_opt}/openeuler/compiler_gn/base/sec
%{build_opt}/*
%changelog
* Wed Apr 3 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-6
- Fix huks sysroot patch for embedded
* Tue Apr 2 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-5
- Fix header_out_path variable error