summaryrefslogtreecommitdiffstats
path: root/package/libsigrok
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 13:14:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 15:21:31 +0200
commit3b91bd479150a599970c9121a585df9fc1566ff7 (patch)
treefaae604f66b3f3a8835b4d43909cbf2bf33cf2c2 /package/libsigrok
parent24e50620c9ce952c85c1de1e6b20f6bcdda8f39d (diff)
downloadbuildroot-3b91bd479150a599970c9121a585df9fc1566ff7.tar.gz
buildroot-3b91bd479150a599970c9121a585df9fc1566ff7.zip
Globally replace $(HOST_DIR)/usr/share with $(HOST_DIR)/share
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/share' | xargs sed -i 's%$(HOST_DIR)/usr/share%$(HOST_DIR)/share%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/libsigrok')
-rw-r--r--package/libsigrok/libsigrok.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
index fe7d6c40b8..ef7fab82bd 100644
--- a/package/libsigrok/libsigrok.mk
+++ b/package/libsigrok/libsigrok.mk
@@ -39,7 +39,7 @@ endif
ifeq ($(BR2_PACKAGE_LIBSIGROKCXX),y)
LIBSIGROK_CONF_OPTS += --enable-cxx
-LIBSIGROK_AUTORECONF_OPTS += -I $(HOST_DIR)/usr/share/autoconf-archive
+LIBSIGROK_AUTORECONF_OPTS += -I $(HOST_DIR)/share/autoconf-archive
LIBSIGROK_DEPENDENCIES += \
host-autoconf-archive \
glibmm \
OpenPOWER on IntegriCloud