mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
bind: add mulitlib_header for platform.h
(From OE-Core rev: cfaaeedcb634b68d0b20a05130fd582df660fef6) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51e9c2fd73
commit
1b048d29e6
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/"
|
||||
# don't report it here since dhcpd is already recent enough.
|
||||
CVE_CHECK_WHITELIST += "CVE-2019-6470"
|
||||
|
||||
inherit autotools update-rc.d systemd useradd pkgconfig multilib_script
|
||||
inherit autotools update-rc.d systemd useradd pkgconfig multilib_script multilib_header
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh"
|
||||
|
||||
@@ -105,6 +105,8 @@ do_install_append() {
|
||||
install -d ${D}${sysconfdir}/tmpfiles.d
|
||||
echo "d /run/named 0755 bind bind - -" > ${D}${sysconfdir}/tmpfiles.d/bind.conf
|
||||
fi
|
||||
|
||||
oe_multilib_header isc/platform.h
|
||||
}
|
||||
|
||||
CONFFILES_${PN} = " \
|
||||
|
||||
Reference in New Issue
Block a user