Commit graph

8 commits

Author SHA1 Message Date
nvdias0
ef68ba9fb8
Fix LD_LIBRARY_PATH update
After  [065d3f5], LD_LIBRARY_PATH is not updated, even when there are *.so inside $addon/lib dirs.

Looking into the code: changing LD_LIBRARY_PATH in a set of code between parenthesis will keep the change only inside that scope.
I propose replacing the parenthesis.
2024-01-02 14:28:43 +00:00
Rudi Heitbaum
065d3f5e88 kodi/profile.d: only include addon lib directories in LD_LIBRARY_PATH if they contains shared libraries 2023-12-01 10:05:17 +00:00
Giovanni Cascione
1f2e7b24bc fixed oe_setup_addon unsafe with user inputs from addons settings 2022-03-14 23:50:47 +01:00
CvH
92c3defd4b spdx: packages/mediacenter 2018-07-18 20:44:40 +02:00
Radostan Riedel
1568d1c9e3 kodi: Fix parsing xml in oe_setup_addon 2017-11-03 10:43:39 +01:00
Stefan Saraev
05c594dcd2 allow addons to ship profile.d scripts 2015-01-09 20:15:06 +02:00
Stefan Saraev
bf42102acb reorder etc/profile.d
- all files should be xx-*.conf
- kodi.conf should be last. it appends $PATH and $LD_LIBRARY_PATH
  for addons. those are very important.
- busybox.conf should be right before kodi. it sets $HOME. nothing but
  kodi is allowed to override whatever is set by busybox.conf
- addons.conf should be first, so if we allow addon specific
  profile files, those should not be allowed to override env vars
  or functions we depend on.
2015-01-09 19:55:42 +02:00
Stephan Raue
2810c70421 [xbmc-rebrand] xbmc: move to package 'kodi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-21 12:31:34 +02:00