- if Autoreq turns on, MIC image build fails.
- Please refer following description about "Autoreqt" :
Rpm currently supports separate "Autoreq:" and "Autoprov:" tags in a spec file to independently control the running of find-requires and find-provides. A common problem occurs when packaging a large third party binary which has interfaces to other third party libraries you do not own. RPM will require all the third party libraries be installed on the target machine even though their intended use was optional. To rectify the situation you may turn off requirements when building the package by putting
Change-Id: If3a3dd0e5ed52d7f22c604634f062c7eb1acf2d1
License: Flora-1.1
Source0: %{name}-%{version}.tar.gz
Source1001: %{name}.manifest
+
+Autoreq: no
BuildRequires: cmake
BuildRequires: pkgconfig(libtzplatform-config)