diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-22 21:24:42 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 08:48:18 -0700 |
| commit | 9a06629463ebe8217a30011f9e94127a324d895c (patch) | |
| tree | c0dd1c1b623ebbf655ae258da4d6fb271223dae2 /meta-networking/recipes-support | |
| parent | 8257604b8ab05f7f6e5d0414a12a4aae84e99aaa (diff) | |
| download | meta-openembedded-9a06629463ebe8217a30011f9e94127a324d895c.tar.gz | |
unbound: Remove references to buildpaths
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -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 |
