diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:22 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 15:21:19 +0200 |
| commit | 24e50620c9ce952c85c1de1e6b20f6bcdda8f39d (patch) | |
| tree | 20e07f771bfc9dad6b016bca4d618d020c7173d5 /package/setools | |
| parent | 19ba17ee3ba946ac865849df89d7c2988ea5aca9 (diff) | |
| download | buildroot-24e50620c9ce952c85c1de1e6b20f6bcdda8f39d.tar.gz buildroot-24e50620c9ce952c85c1de1e6b20f6bcdda8f39d.zip | |
Globally replace $(HOST_DIR)/usr/include with $(HOST_DIR)/include
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.
This is a mechanical change with
git grep -l '$(HOST_DIR)/usr/include' | xargs sed -i 's%$(HOST_DIR)/usr/include%$(HOST_DIR)/include%g'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/setools')
| -rw-r--r-- | package/setools/setools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/setools/setools.mk b/package/setools/setools.mk index 960e5be921..5e101b1d86 100644 --- a/package/setools/setools.mk +++ b/package/setools/setools.mk @@ -49,7 +49,7 @@ HOST_SETOOLS_CONF_ENV += am_cv_python_version=$(PYTHON_VERSION) endif HOST_SETOOLS_PYTHON_SITE_PACKAGES = $(HOST_DIR)/lib/python$(HOST_SETOOLS_PYTHON_VERSION)/site-packages -HOST_SETOOLS_PYTHON_INCLUDES = $(HOST_DIR)/usr/include/python$(HOST_SETOOLS_PYTHON_VERSION) +HOST_SETOOLS_PYTHON_INCLUDES = $(HOST_DIR)/include/python$(HOST_SETOOLS_PYTHON_VERSION) HOST_SETOOLS_PYTHON_LIB = -lpython$(HOST_SETOOLS_PYTHON_VERSION) # Notes: Need "disable-selinux-check" so the configure does not check to see |

