diff mbox series

[meta-arago,master/scarthgap] recipes-connectivity: mbedtls: Remove redundant bbappend

Message ID 20240415050634.3336328-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] recipes-connectivity: mbedtls: Remove redundant bbappend | expand

Commit Message

Chirag Shilwant April 15, 2024, 5:06 a.m. UTC
This has been fixed upstream [1]. Hence, remove this bbappend.

[1]: https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap&id=e012fe075d6de6050e1a37d23bfbb70b5278f0a5

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 .../recipes-connectivity/mbedtls/mbedtls_%.bbappend           | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-connectivity/mbedtls/mbedtls_%.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-connectivity/mbedtls/mbedtls_%.bbappend b/meta-arago-distro/recipes-connectivity/mbedtls/mbedtls_%.bbappend
deleted file mode 100644
index f3c16796..00000000
--- a/meta-arago-distro/recipes-connectivity/mbedtls/mbedtls_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@ 
-inherit update-alternatives
-
-ALTERNATIVE:${PN}-programs += "hello"
-ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello"