Disable rpaths we are cross building and paths on target will be the usual locations e.g. /usr/lib
Signed-off-by: Khem Raj <[email protected]> --- .../unbound/{unbound_1.21.0.bb => unbound_1.21.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/unbound/{unbound_1.21.0.bb => unbound_1.21.1.bb} (94%) diff --git a/meta-networking/recipes-support/unbound/unbound_1.21.0.bb b/meta-networking/recipes-support/unbound/unbound_1.21.1.bb similarity index 94% rename from meta-networking/recipes-support/unbound/unbound_1.21.0.bb rename to meta-networking/recipes-support/unbound/unbound_1.21.1.bb index 8c042dc5f4..9fc7e665ea 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.21.0.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.21.1.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ file://run-ptest \ " -SRCREV = "79e4c578518886a32475cfbb0de383ff3a905033" +SRCREV = "b7c61d7cc256d6a174e6179622c7fa968272c259" inherit autotools pkgconfig systemd update-rc.d ptest @@ -22,7 +22,7 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize" S = "${WORKDIR}/git" EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ - --with-ssl=${STAGING_EXECPREFIXDIR} \ + --disable-rpath --with-ssl=${STAGING_EXECPREFIXDIR} \ --enable-largefile" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112831): https://lists.openembedded.org/g/openembedded-devel/message/112831 Mute This Topic: https://lists.openembedded.org/mt/108969955/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
