diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-03-12 11:22:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | 960b58eae324bc61c0763b336be10df24c00c7a1 (patch) | |
tree | e0463a8da7169746f2b6ce0447a9d3998a45bf14 /meta | |
parent | fb50eb6ef0b162916a848b52de91022e28a64e52 (diff) | |
download | poky-960b58eae324bc61c0763b336be10df24c00c7a1.tar.gz |
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.
(From OE-Core rev: f2e56f6e0da27c70781e51b5486ca6c731013f1c)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index b404eedbfb..4fbfec6f08 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" | |||
13 | 13 | ||
14 | inherit update-alternatives bash-completion pkgconfig | 14 | inherit update-alternatives bash-completion pkgconfig |
15 | 15 | ||
16 | CLEANBROKEN = "1" | ||
17 | |||
16 | PACKAGECONFIG ??= "tipc" | 18 | PACKAGECONFIG ??= "tipc" |
17 | PACKAGECONFIG[tipc] = ",,libmnl," | 19 | PACKAGECONFIG[tipc] = ",,libmnl," |
18 | 20 | ||