Add to turn off Autoreq to avoid MIC image build failure 21/274821/2 submit/tizen/20220510.042741 submit/tizen/20220510.050317
authorwn.jang <wn.jang@samsung.com>
Tue, 10 May 2022 03:58:06 +0000 (12:58 +0900)
committerwn.jang <wn.jang@samsung.com>
Tue, 10 May 2022 03:59:00 +0000 (12:59 +0900)
- 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

packaging/org.tizen.vc-engine-default.spec

index c4158932bdc5995381fefbb8eda70dfa95cefea1..fa90aa8a2dca8703737b2a28c2a605d561c3b20a 100644 (file)
@@ -6,6 +6,8 @@ Group:      Graphics & UI Framework/Voice Framework
 License:    Flora-1.1
 Source0:    %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
+
+Autoreq:  no
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(libtzplatform-config)