diff options
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.11.13.bb')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.11.13.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.13.bb b/meta/recipes-connectivity/bind/bind_9.11.13.bb index 338d6c717a..4e64171cc1 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.13.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.13.bb | |||
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/" | |||
31 | # don't report it here since dhcpd is already recent enough. | 31 | # don't report it here since dhcpd is already recent enough. |
32 | CVE_CHECK_WHITELIST += "CVE-2019-6470" | 32 | CVE_CHECK_WHITELIST += "CVE-2019-6470" |
33 | 33 | ||
34 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script | 34 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script multilib_header |
35 | 35 | ||
36 | MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" | 36 | MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" |
37 | 37 | ||
@@ -105,6 +105,8 @@ do_install_append() { | |||
105 | install -d ${D}${sysconfdir}/tmpfiles.d | 105 | install -d ${D}${sysconfdir}/tmpfiles.d |
106 | echo "d /run/named 0755 bind bind - -" > ${D}${sysconfdir}/tmpfiles.d/bind.conf | 106 | echo "d /run/named 0755 bind bind - -" > ${D}${sysconfdir}/tmpfiles.d/bind.conf |
107 | fi | 107 | fi |
108 | |||
109 | oe_multilib_header isc/platform.h | ||
108 | } | 110 | } |
109 | 111 | ||
110 | CONFFILES_${PN} = " \ | 112 | CONFFILES_${PN} = " \ |