projects
/
platform
/
upstream
/
nnstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9e18b
)
[API/Tizen] Fix the rootstrap buildbreak issue
accepted/tizen/unified/20191011.051921
submit/tizen/20191011.051205
author
Sangjung Woo
<sangjung.woo@samsung.com>
Fri, 11 Oct 2019 04:46:05 +0000
(13:46 +0900)
committer
Geunsik Lim
<leemgs@users.noreply.github.com>
Fri, 11 Oct 2019 05:09:25 +0000
(
05:09
+0000)
This patch fixes the rootstrap buildbreak issue by using relative path
instead of absolute one.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/nnstreamer.spec
patch
|
blob
|
history
diff --git
a/packaging/nnstreamer.spec
b/packaging/nnstreamer.spec
index
06debdd
..
d7f77b0
100644
(file)
--- a/
packaging/nnstreamer.spec
+++ b/
packaging/nnstreamer.spec
@@
-281,7
+281,7
@@
popd
# Hotfix: Support backward compatibility
pushd %{buildroot}%{_libdir}
-ln -sf
%{_libdir}
/libcapi-nnstreamer.so libcapi-nnstreamer.so.0
+ln -sf
.
/libcapi-nnstreamer.so libcapi-nnstreamer.so.0
popd
%if 0%{?testcoverage}