diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 21:53:38 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-31 18:24:11 +0100 |
commit | 3f6d39816bdb2cbd544779d82591b0e9e1a9877f (patch) | |
tree | 5f2a842a3e5ce830937f3a7eedb90f06f48a0410 /docs/website/js | |
parent | 290b4cfe17042f1345e45363d1ce09f04e32f12a (diff) | |
download | buildroot-3f6d39816bdb2cbd544779d82591b0e9e1a9877f.tar.gz buildroot-3f6d39816bdb2cbd544779d82591b0e9e1a9877f.zip |
pkgconf: use relative path to STAGING_DIR instead of absolute path
The pkg-config wrapper script is currently generated with absolute
paths to $(STAGING_DIR). However, this will not work properly with
per-package SDK, and each package will be built with a different
STAGING_DIR value.
In order to fix this, we adjust how the pkg-config wrapper script is
generated, so that it uses a relative path to itself: the sysroot (i.e
STAGING_DIR) is always located in $(path of
pkg-config)/../$(STAGING_SUBDIR).
This change is independent from the per-package SDK work, and could be
applied independently from it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/js')
0 files changed, 0 insertions, 0 deletions