From: Khem Raj <[email protected]>

This fixes a race condition e.g.

testminissdp.c:15:10: fatal error: config.h: No such file or directory
   15 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'testminissdp.o' failed

Signed-off-by: Khem Raj <[email protected]>
---
 .../recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb 
b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb
index 6b8fdca4c3..e029266541 100644
--- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb
+++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb
@@ -26,6 +26,7 @@ do_configure_prepend() {
 
 do_compile() {
     cd ${S}
+    CONFIG_OPTIONS="${IPV6} --leasefile --vendorcfg" oe_runmake -f 
Makefile.linux config.h
     CONFIG_OPTIONS="${IPV6} --leasefile --vendorcfg" oe_runmake -f 
Makefile.linux
 }
 
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86647): 
https://lists.openembedded.org/g/openembedded-devel/message/86647
Mute This Topic: https://lists.openembedded.org/mt/76456311/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to