From: Andreas Oberritter Date: Tue, 10 May 2016 19:56:29 +0000 (+0200) Subject: apt: fix rpath error during configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9040a78bcb3cc8470f462cb702ce0120971ea873;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/apt/apt_1.2.31.bb b/meta/recipes-devtools/apt/apt_1.2.31.bb index 0aa4f93df96..2b5c6f82374 100644 --- a/meta/recipes-devtools/apt/apt_1.2.31.bb +++ b/meta/recipes-devtools/apt/apt_1.2.31.bb @@ -30,7 +30,10 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" inherit autotools gettext useradd +AUTOTOOLS_AUXDIR = "${S}/buildlib" + EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" +EXTRA_OECONF = "--disable-rpath" PACKAGECONFIG ??= "lzma" PACKAGECONFIG[lzma] = "ac_cv_lib_lzma_lzma_easy_encoder=yes,ac_cv_lib_lzma_lzma_easy_encoder=no,xz"