From 37b2aa44af9d54b7fdfe5237144a14a1bff9d238 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Mon, 21 Jun 2021 18:23:14 +0900 Subject: [PATCH] halapi: Don't install hal-api.json hal-api.json is not used because of package dependcency issue. Until fixing the issue, don't install hal-api.json. Change-Id: Iaafaef11db0ae3a3d5a58812e679b3b1f4716f08 Signed-off-by: Chanwoo Choi --- CMakeLists.txt | 1 - packaging/hal-api-common.spec | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 062835b..f8be43a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,5 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ FILES_MATCHING PATTERN "*.h") INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/packaging/${PROJECT_NAME}.pc DESTINATION ${LIBDIR}/pkgconfig) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/packaging/hal-api.json DESTINATION /etc/hal) ADD_SUBDIRECTORY(tests) diff --git a/packaging/hal-api-common.spec b/packaging/hal-api-common.spec index 206d858..42e5d49 100644 --- a/packaging/hal-api-common.spec +++ b/packaging/hal-api-common.spec @@ -107,7 +107,6 @@ fi %{_libdir}/hal/*.so* %{_sysconfdir}/ld.so.conf.d/libhal-api.conf %{_systemdgeneratordir}/systemd-hal-firmware-generator -%attr(644,root,root) %{TZ_SYS_RO_ETC}/hal/hal-api.json %files -n %{devel_name} %defattr(-,root,root,-) -- 2.7.4