diff options
Diffstat (limited to 'meta-networking/recipes-support/unbound')
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.17.1.bb | 3 |
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 9855a557a4..ff3d879ea9 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 | ||
17 | inherit autotools pkgconfig systemd update-rc.d | 17 | inherit autotools pkgconfig systemd update-rc.d |
18 | 18 | ||
19 | DEPENDS = "openssl libevent libtool-native bison-native expat" | 19 | DEPENDS = "openssl libtool-native bison-native expat" |
20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" | 20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | |||
28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
29 | PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" | 29 | PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" |
30 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 30 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
31 | PACKAGECONFIG[libevent] = "--with-libevent=${STAGING_EXECPREFIXDIR},,libevent" | ||
31 | 32 | ||
32 | do_configure:append() { | 33 | do_configure:append() { |
33 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h | 34 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h |