diff options
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.17.1.bb | 4 |
1 files changed, 4 insertions, 0 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 24ac6012b5..9855a557a4 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb | |||
@@ -29,6 +29,10 @@ 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 | 31 | ||
32 | do_configure:append() { | ||
33 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h | ||
34 | } | ||
35 | |||
32 | do_install:append() { | 36 | do_install:append() { |
33 | install -d ${D}${systemd_unitdir}/system | 37 | install -d ${D}${systemd_unitdir}/system |
34 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system | 38 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system |