]> code.ossystems Code Review - openembedded-core.git/commitdiff
iproute2: fix rebuild failures
authorTrevor Woerner <twoerner@gmail.com>
Mon, 12 Mar 2018 15:22:33 +0000 (11:22 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2018 22:46:34 +0000 (15:46 -0700)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/iproute2/iproute2.inc

index b404eedbfb1c4d04df3de28fff308162590957f1..4fbfec6f08a9e6389069ccd0c45b8a27efe8d919 100644 (file)
@@ -13,6 +13,8 @@ DEPENDS = "flex-native bison-native iptables elfutils"
 
 inherit update-alternatives bash-completion pkgconfig
 
+CLEANBROKEN = "1"
+
 PACKAGECONFIG ??= "tipc"
 PACKAGECONFIG[tipc] = ",,libmnl,"