From 326b7ba9dbf2762925551e7970836a2964107ec1 Mon Sep 17 00:00:00 2001 From: Shuhei AKETA Date: Sat, 16 Jan 2021 14:16:50 +0900 Subject: 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 Change-Id: I174b29e96e1da9001f8c5308025abaaaeddc6342 --- agl-systemd/env.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'agl-systemd/env.txt') 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" -- cgit 1.2.3-korg