diff mbox series

[1/2] iproute2: Unset CLEANBROKEN

Message ID 20220925143441.38925-1-changhyeok.bae@gmail.com
State New
Headers show
Series [1/2] iproute2: Unset CLEANBROKEN | expand

Commit Message

Changhyeok Bae Sept. 25, 2022, 2:34 p.m. UTC
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
---
 meta/recipes-connectivity/iproute2/iproute2.inc | 2 --
 1 file changed, 2 deletions(-)

Comments

Khem Raj Sept. 25, 2022, 4:54 p.m. UTC | #1
On Sun, Sep 25, 2022 at 7:35 AM Changhyeok Bae <changhyeok.bae@gmail.com>
wrote:

> Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
> ---
>  meta/recipes-connectivity/iproute2/iproute2.inc | 2 --
>  1 file changed, 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"
>
>  inherit update-alternatives bash-completion pkgconfig
>
> -CLEANBROKEN = "1"
> -


A bit of history how it is fixed would be helpful

>
>  PACKAGECONFIG ??= "tipc elf devlink"
>  PACKAGECONFIG[tipc] = ",,libmnl,"
>  PACKAGECONFIG[elf] = ",,elfutils,"
> --
> 2.17.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171010):
> https://lists.openembedded.org/g/openembedded-core/message/171010
> Mute This Topic: https://lists.openembedded.org/mt/93907752/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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"
 
 inherit update-alternatives bash-completion pkgconfig
 
-CLEANBROKEN = "1"
-
 PACKAGECONFIG ??= "tipc elf devlink"
 PACKAGECONFIG[tipc] = ",,libmnl,"
 PACKAGECONFIG[elf] = ",,elfutils,"