将ashmem的定义从1改成0

This commit is contained in:
h_xuming 2024-06-05 14:53:17 +08:00
parent f3b1bccee8
commit a14497b3ff

View File

@ -7,12 +7,12 @@
%global binder_dest_path /usr/lib/modules/%(uname -r)/binder %global binder_dest_path /usr/lib/modules/%(uname -r)/binder
%global ashmem_dest_path /usr/lib/modules/%(uname -r)/ashmem %global ashmem_dest_path /usr/lib/modules/%(uname -r)/ashmem
%define with_ashmem 1 %define with_ashmem 0
%define with_install_ko 0 %define with_install_ko 0
Name: communication_ipc Name: communication_ipc
Version: 1.0.0 Version: 1.0.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Inter-process communication (IPC) and Remote Procedure Call (RPC) Summary: Inter-process communication (IPC) and Remote Procedure Call (RPC)
License: Apache-2.0 and GPL-2.0 License: Apache-2.0 and GPL-2.0
URL: https://gitee.com/openharmony/communication_ipc URL: https://gitee.com/openharmony/communication_ipc
@ -224,6 +224,9 @@ insmod /%{ashmem_dest_path}/*.ko
%endif %endif
%changelog %changelog
# Wed Jun 05 2024 Hong Xu Ming <2298061238@qq.com> - 1.0.0-4
- modify the definition with_ashmem from 1 to 0
* Wed Dec 20 2023 Peng He <hepeng68@huawei.com> - 1.0.0-3 * Wed Dec 20 2023 Peng He <hepeng68@huawei.com> - 1.0.0-3
- correct default ethernet interface from enp7s0 to eth0 - correct default ethernet interface from enp7s0 to eth0