projects
/
profile
/
common
/
apps
/
native
/
firmware-update-system-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3711c99
)
Using define macro and correct the paths of wearable
94/255794/1
sandbox/dyamy/devel
accepted/tizen/unified/20210324.124242
submit/tizen/20210324.034437
author
dyamy-lee
<dyamy.lee@samsung.com>
Tue, 23 Mar 2021 23:36:14 +0000
(08:36 +0900)
committer
dyamy-lee
<dyamy.lee@samsung.com>
Tue, 23 Mar 2021 23:36:14 +0000
(08:36 +0900)
It's missing to correct wearable.list.in too. By this correction, wearable can find /hal/lib or /hal/lib64 for tbm, tdm.
Change-Id: I12ae480ecd19c6c2178b35dc24d995b019c8449a
42-tota-gui-wearable.list.in
patch
|
blob
|
history
diff --git
a/42-tota-gui-wearable.list.in
b/42-tota-gui-wearable.list.in
index 8b2e7e7df828ef9650d037e2d17fd60e121ad737..41176efec573e598c2c722cfdae48db70dd3afae 100644
(file)
--- a/
42-tota-gui-wearable.list.in
+++ b/
42-tota-gui-wearable.list.in
@@
-119,6
+119,6
@@
VERBATIMS="
WITHLIBS="
/usr/bin/fota_gui
-
%{_hal_libdir}/hal/lib
/libhal-backend-tdm.so
-
%{_hal_libdir}/hal/lib
/libhal-backend-tbm.so
+
@SYSTEM_HAL_LIBDIR@
/libhal-backend-tdm.so
+
@SYSTEM_HAL_LIBDIR@
/libhal-backend-tbm.so
"