diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-22 21:24:42 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-28 16:26:28 -0400 |
commit | 2f03a5380c88e6b661a12b10926a0b0649dddde6 (patch) | |
tree | c0fcd63d79a44880b046d387f17c3ac14d679526 | |
parent | 4defc24d5e62b2f0a13f865de9a61cb568e11f9e (diff) | |
download | meta-openembedded-2f03a5380c88e6b661a12b10926a0b0649dddde6.tar.gz |
unbound: Remove references to buildpaths
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9a06629463ebe8217a30011f9e94127a324d895c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 |