All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] bind: add mulitlib_header for platform.h
@ 2020-02-15  4:42 Jeremy Puhlman
  2020-02-15  4:42 ` [PATCH 2/6] libxslt: multilib_header xsltconfig.h Jeremy Puhlman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeremy Puhlman @ 2020-02-15  4:42 UTC (permalink / raw)
  To: openembedded-core

From: "Jeremy A. Puhlman" <jpuhlman@mvista.com>

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 meta/recipes-connectivity/bind/bind_9.11.13.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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+)*)/"
 # 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} = " \
-- 
2.13.3



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-15  4:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15  4:42 [PATCH 1/6] bind: add mulitlib_header for platform.h Jeremy Puhlman
2020-02-15  4:42 ` [PATCH 2/6] libxslt: multilib_header xsltconfig.h Jeremy Puhlman
2020-02-15  4:42 ` [PATCH 3/6] libsndfile1: mutlilibize sndfile.h Jeremy Puhlman
2020-02-15  4:42 ` [PATCH 4/6] libassuan: multilib header for assuan.h Jeremy Puhlman
2020-02-15  4:42 ` [PATCH 5/6] subversion: move pkgconfig files in to libdir Jeremy Puhlman
2020-02-15  4:42 ` [PATCH 6/6] x11perf: make x11perfcomp a mulitlib script Jeremy Puhlman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.