aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-05-10 21:56:29 +0200
committerAndreas Oberritter <obi@opendreambox.org>2017-10-17 04:38:27 +0200
commitac927f645c0c7c9d96484b4e2368a742af3a4a60 (patch)
treedc14ea0b5bc6c9d29eaecdec639e5faf5f92932a
parent71e9a66cff32a6a5565ec0d5010a7a9470eec8d4 (diff)
downloadopenembedded-core-contrib-ac927f645c0c7c9d96484b4e2368a742af3a4a60.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= \