toolchain: copy_toolchain_lib_root: rename LIBSPATH to LIBPATHS
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Wed, 3 Feb 2016 21:45:28 +0000 (22:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 3 Feb 2016 22:46:00 +0000 (23:46 +0100)
commit335f331ff29b825686d74ebb33e59bc400855c82
tree0cee899e3ac20316406c5742ed285394842d1b4e
parentc2174c1ae47ef3db83b453d16c51aa30308c2e14
toolchain: copy_toolchain_lib_root: rename LIBSPATH to LIBPATHS

LIBSPATH is populated based on a find with a pattern that can look like:
    libfoo*.so
and thus the output of the find will contain all file paths that match this
pattern.

Unfortunately, the name LIBSPATH suggests that only one entry is returned,
rather than possibly multiple.

As this code is quite complex, use the more accurate name LIBPATHS iso
LIBSPATH.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/helpers.mk