halapi: Don't install hal-api.json 55/260155/1 accepted/tizen/unified/20210625.170417 submit/tizen/20210622.012446 submit/tizen/20210624.100841
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 21 Jun 2021 09:23:14 +0000 (18:23 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 21 Jun 2021 10:15:49 +0000 (19:15 +0900)
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 <cw00.choi@samsung.com>
CMakeLists.txt
packaging/hal-api-common.spec

index 062835b..f8be43a 100644 (file)
@@ -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)
index 206d858..42e5d49 100644 (file)
@@ -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,-)