aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-05-10 21:56:29 +0200
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:57:15 +0200
commit3c4b4e69d85bbfa1bb275190437b90130e8459d3 (patch)
tree32b1886bb623ba79478e9b07b5138fa387027198
parenta02e4ff6d097e7bda847ec73328f49d3ede038ba (diff)
downloadopenembedded-core-contrib-3c4b4e69d85bbfa1bb275190437b90130e8459d3.tar.gz
apt: fix rpath error during configure
| checking for shared library run path origin... /bin/sh: ../apt-1.0.10.1/buildlib/config.rpath: No such file or directory Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-devtools/apt/apt_1.0.10.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_1.0.10.1.bb b/meta/recipes-devtools/apt/apt_1.0.10.1.bb
index 5337d6742f..77d4313ca4 100644
--- a/meta/recipes-devtools/apt/apt_1.0.10.1.bb
+++ b/meta/recipes-devtools/apt/apt_1.0.10.1.bb
@@ -27,7 +27,10 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/"
inherit autotools gettext update-alternatives
+AUTOTOOLS_AUXDIR = "${S}/buildlib"
+
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
+EXTRA_OECONF = "--disable-rpath"
EXTRA_OEMAKE = "DOCBOOK2TEXT=cat"
CACHED_CONFIGUREVARS = " \
ac_cv_path_DOT= \