All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/7] quagga: fix reproducibily issue.
@ 2020-03-05 22:39 Jeremy A. Puhlman
  2020-03-05 22:39 ` [meta-networking][PATCH 2/7] quagga: make version.h a multilib header Jeremy A. Puhlman
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jeremy A. Puhlman @ 2020-03-05 22:39 UTC (permalink / raw)
  To: openembedded-devel

From: Jeremy Puhlman <jpuhlman@mvista.com>

version.h contains the options passed to configure, which includes
the path to the recipe-sysroot on the build host.

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 meta-networking/recipes-protocols/quagga/quagga.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 310bc7eef..3494a4398 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -106,6 +106,7 @@ do_install () {
     sed -i 's!/etc/!${sysconfdir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/watchquagga
     sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/volatiles/volatiles.03_quagga
     sed -i 's!^PATH=.*!PATH=${base_sbindir}:${sbindir}:${base_bindir}:${bindir}!' ${D}${sysconfdir}/init.d/*
+    sed -i 's!--with-libtool-sysroot=[^ "]*!!' ${D}${includedir}/quagga/version.h
 
     # For PAM
     for feature in ${DISTRO_FEATURES}; do
-- 
2.20.1



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

end of thread, other threads:[~2020-03-07  2:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 22:39 [meta-networking][PATCH 1/7] quagga: fix reproducibily issue Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 2/7] quagga: make version.h a multilib header Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 3/7] libdnet: make dnet-config a multilib_script Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 4/7] net-snmp: fix reproducibilty issues in net-snmp-config Jeremy A. Puhlman
2020-03-07  1:36   ` Khem Raj
2020-03-07  2:56     ` Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 5/7] net-snmp: multilib fixes Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 6/7] proftpd: remove macro-prefix-map from prxs Jeremy A. Puhlman
2020-03-05 22:39 ` [meta-networking][PATCH 7/7] proftpd: make prxs a mulitlib script Jeremy A. 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.