summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/unbound')
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.17.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
index 9855a557a..ff3d879ea 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
@@ -16,7 +16,7 @@ SRCREV = "90831af981221bbce1cd7b15055562336760e484"
16 16
17inherit autotools pkgconfig systemd update-rc.d 17inherit autotools pkgconfig systemd update-rc.d
18 18
19DEPENDS = "openssl libevent libtool-native bison-native expat" 19DEPENDS = "openssl libtool-native bison-native expat"
20RDEPENDS:${PN} = "bash openssl-bin daemonize" 20RDEPENDS:${PN} = "bash openssl-bin daemonize"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
29PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" 29PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium"
30PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 30PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
31PACKAGECONFIG[libevent] = "--with-libevent=${STAGING_EXECPREFIXDIR},,libevent"
31 32
32do_configure:append() { 33do_configure:append() {
33 sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h 34 sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h