From: Chanwoo Choi Date: Mon, 21 Jun 2021 09:23:14 +0000 (+0900) Subject: halapi: Don't install hal-api.json X-Git-Tag: submit/tizen/20210622.012446^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F260155%2F1;p=platform%2Fhal%2Fapi%2Fcommon.git 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 --- 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,-)