[oe-commits] [openembedded-core] 08/10: iproute2: fix rebuild failures

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 22:52:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f2e56f6e0da27c70781e51b5486ca6c731013f1c
Author: Trevor Woerner <twoerner at gmail.com>
AuthorDate: Mon Mar 12 11:22:33 2018 -0400

    iproute2: fix rebuild failures
    
    When rebuilding iproute2, many such instances of the following build failure
    occur:
    
    	| make[1]: Entering directory '.../iproute2/4.14.1-r0/iproute2-4.14.1/lib'
    	| Makefile:1: ../config.mk: No such file or directory
    	| make[1]: *** No rule to make target '../config.mk'.  Stop.
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/iproute2/iproute2.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index b404eed..4fbfec6 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -13,6 +13,8 @@ DEPENDS = "flex-native bison-native iptables elfutils"
 
 inherit update-alternatives bash-completion pkgconfig
 
+CLEANBROKEN = "1"
+
 PACKAGECONFIG ??= "tipc"
 PACKAGECONFIG[tipc] = ",,libmnl,"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list