diff options
author | Shuhei AKETA <shuhei.aketa@woven-planet.global> | 2021-01-16 14:16:50 +0900 |
---|---|---|
committer | Shuhei AKETA <shuhei.aketa@woven-planet.global> | 2021-01-18 18:04:04 +0900 |
commit | 326b7ba9dbf2762925551e7970836a2964107ec1 (patch) | |
tree | 99985056f7d6a519bc691b24fbb5a16d54691739 /agl-systemd | |
parent | 7bc3ffa5e56fe2d87747adbffa5e2ab09e64fb32 (diff) |
Changed the installation path of libraries
The libraries required by basesystem were deployed in /usr/lib/basesystem.
However, if the libraries were installed in this path, the executable would
not link the libraries. I changed the path of the librariesfrom
/usr/lib/basesystem to /usr/lib.
Signed-off-by: Shuhei AKETA <shuhei.aketa@woven-planet.global>
Change-Id: I174b29e96e1da9001f8c5308025abaaaeddc6342
Diffstat (limited to 'agl-systemd')
-rwxr-xr-x | agl-systemd/env.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/agl-systemd/env.txt b/agl-systemd/env.txt index 15df506..8ba84be 100755 --- a/agl-systemd/env.txt +++ b/agl-systemd/env.txt @@ -1,17 +1,11 @@ VEHICLEPARAMETERLIBRARY_AREA="AREA1" -XDG_RUNTIME_DIR="/run/user/0" AGL_NFS="y" VEHICLEPARAMETERLIBRARY_BRAND="BRAND1" LIBTHAI_DICTDIR="/usr/share/libthai" TERM="xterm" INIT_UID="1000" INIT_GID="1000" -AGL_RWDATA_PATH="/nv" -LD_LIBRARY_PATH="/lib:/usr/lib:/usr/lib/basesystem:/usr/debug/lib" ARB_OPT="FORCE_REBOOT" -PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/debug/bin:/usr/debug/sbin:/usr/debug/usr/bin:/usr/debug/usr/sbin" -PWD="/dev/mqueue" -OLDPWD="/dev/mqueue" SHLVL="1" ALSA_CONFIG_PATH="/usr/share/alsa/alsa.conf" GPF_LOGFLAG="0x00000003" |