summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-12 10:07:11 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-13 09:19:37 -0700
commitd6110db995f8c05359d2c565cfa02cb7d3e01e9d (patch)
treee8a0cd149a07f8a235d9d5ac9fabdec99b27e036 /meta-networking
parentb838ca53def8159f02a7d3778b369931e12baa90 (diff)
downloadmeta-openembedded-d6110db995f8c05359d2c565cfa02cb7d3e01e9d.tar.gz
unbound: Upgrade to 1.21.1
Disable rpaths we are cross building and paths on target will be the usual locations e.g. /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.21.1.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.21.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.21.0.bb b/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"
12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \
13 file://run-ptest \ 13 file://run-ptest \
14 " 14 "
15SRCREV = "79e4c578518886a32475cfbb0de383ff3a905033" 15SRCREV = "b7c61d7cc256d6a174e6179622c7fa968272c259"
16 16
17inherit autotools pkgconfig systemd update-rc.d ptest 17inherit autotools pkgconfig systemd update-rc.d ptest
18 18
@@ -22,7 +22,7 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ 24EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
25 --with-ssl=${STAGING_EXECPREFIXDIR} \ 25 --disable-rpath --with-ssl=${STAGING_EXECPREFIXDIR} \
26 --enable-largefile" 26 --enable-largefile"
27 27
28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"