diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2022-09-25 14:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-28 08:01:10 +0100 |
commit | 2d38db22fa30750c723ed3c06176e4b28c5140ca (patch) | |
tree | bd48acf4f0bf2ed1e4817c27995885adec791035 /meta/recipes-connectivity | |
parent | a2659cc2bf5d3f1cedf5c52c3b45e0427d40732d (diff) | |
download | poky-2d38db22fa30750c723ed3c06176e4b28c5140ca.tar.gz |
iproute2: Unset CLEANBROKEN
(From OE-Core rev: 6d716c83bdf9863fd90a61027ef31a53703b3fbc)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index b1bcc1434c..c292b95e36 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -13,8 +13,6 @@ DEPENDS = "flex-native bison-native iptables libcap" | |||
13 | 13 | ||
14 | inherit update-alternatives bash-completion pkgconfig | 14 | inherit update-alternatives bash-completion pkgconfig |
15 | 15 | ||
16 | CLEANBROKEN = "1" | ||
17 | |||
18 | PACKAGECONFIG ??= "tipc elf devlink" | 16 | PACKAGECONFIG ??= "tipc elf devlink" |
19 | PACKAGECONFIG[tipc] = ",,libmnl," | 17 | PACKAGECONFIG[tipc] = ",,libmnl," |
20 | PACKAGECONFIG[elf] = ",,elfutils," | 18 | PACKAGECONFIG[elf] = ",,elfutils," |