Do not install libraries with devel packages. (#7776)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 26 Sep 2019 10:34:20 +0000 (19:34 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 26 Sep 2019 10:34:20 +0000 (19:34 +0900)
commit6c678f535b80cc83b1e1996922d73eb6b22254da
treec393834c3649495afdc79d2f171c7397d7f20a22
parentd4681e4afc7537815838a1d2c0c90754d72a8658
Do not install libraries with devel packages. (#7776)

Do not install duplicated libraries with devel packages; it incur build errors in applications with indirect dependencies on nnfw.
For example, if A Requires B and B BuildRequires nnfw, building A indirect-BuildRequires nnfw's *.so files, which cannot be resolved by GBS or OBS because both nnfw and nnfw-devel have nnfw's *.so files.
Thus, if nnfw has all *.so files in _libdir, do not install them with devel except for representative symlinks.

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