mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fb50eb6ef0
commit
960b58eae3
@@ -13,6 +13,8 @@ DEPENDS = "flex-native bison-native iptables elfutils"
|
||||
|
||||
inherit update-alternatives bash-completion pkgconfig
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
PACKAGECONFIG ??= "tipc"
|
||||
PACKAGECONFIG[tipc] = ",,libmnl,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user