summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-22 21:24:42 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-23 08:48:18 -0700
commit9a06629463ebe8217a30011f9e94127a324d895c (patch)
treec0dd1c1b623ebbf655ae258da4d6fb271223dae2
parent8257604b8ab05f7f6e5d0414a12a4aae84e99aaa (diff)
downloadmeta-openembedded-9a06629463ebe8217a30011f9e94127a324d895c.tar.gz
unbound: Remove references to buildpaths
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.17.1.bb4
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 24ac6012b..9855a557a 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)}"
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"
31 31
32do_configure:append() {
33 sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h
34}
35
32do_install:append() { 36do_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