Move the libbugreport library to the separate spec 08/255308/3
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 16 Mar 2021 11:15:58 +0000 (12:15 +0100)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Thu, 18 Mar 2021 10:15:36 +0000 (11:15 +0100)
commita1efd48ed7e4fed822259342643ded05a9da6e8b
treec19c3aadc04c477c5920b6fb6432a5ac2629f3a4
parentbf64c0292a3c5dff0cd7265f2beeb8cdf7d125ed
Move the libbugreport library to the separate spec

A separate spec is needed because diagnostics depends on libbugreport,
while bugreport-service requires diagnostics.

Change-Id: I809e21be045ca6d29d5851032d135a308e816c16
CMakeLists.txt
packaging/crash-worker.spec
packaging/libbugreport.spec [new file with mode: 0644]
src/bugreport-service/CMakeLists.txt
src/bugreport/CMakeLists.txt [new file with mode: 0644]
src/bugreport/bugreport.pc.in [moved from src/bugreport-service/bugreport.pc.in with 100% similarity]
src/bugreport/libbugreport-service.c [moved from src/bugreport-service/libbugreport-service.c with 100% similarity]
src/bugreport/libbugreport.h [moved from src/bugreport-service/libbugreport.h with 100% similarity]
tests/system/utils/CMakeLists.txt