[Dist/Tizen] Fix integration error with libarmcl accepted/tizen/unified/20191204.042059 submit/tizen/20191203.102344
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 4 Dec 2019 01:48:37 +0000 (10:48 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 4 Dec 2019 02:29:37 +0000 (11:29 +0900)
With recent changes in the dependencies between
libarmcl and nnfw, nnfw incurs have-choice-for
errors for its users.

Fixing this requires some overlap periods for the
integration system; thus, we need this workaround for a while
until the OBS eliminates obsolete packages (libarmcl-release)

This is to be group-SR'ed with armcl.git in Tizen;
thus, this won't be able to pass CI-Tizen build until
everything gets fixed up.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/nnstreamer.spec

index 21d58fc..ff99c65 100644 (file)
@@ -85,6 +85,8 @@ BuildRequires:        gst-plugins-base-devel
 # Tizen 5.5 M2+ support nn-runtime (nnfw)
 # As of 2019-09-24, unfortunately, nnfw does not support pkg-config
 BuildRequires:  nnfw-devel
+BuildRequires:  libarmcl
+BuildConflicts: libarmcl-release
 %define                enable_nnfw_runtime     -Denable-nnfw-runtime=true
 %define                enable_nnfw_r   1
 %endif