diff mbox series

[meta-arago,master/scarthgap] meta-arago-extras: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE

Message ID 20250312150905.6783-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,master/scarthgap] meta-arago-extras: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE | expand

Commit Message

Ryan Eatmon March 12, 2025, 3:09 p.m. UTC
Remove the setting of SIGGEN_EXCLUDERECIPES_ABISAFE as it is no longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/conf/layer.conf | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index 38a4f267..262a64ef 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -22,7 +22,3 @@  LAYERDEPENDS_meta-arago-extras = " \
     networking-layer \
     openembedded-layer \
 "
-
-SIGGEN_EXCLUDERECIPES_ABISAFE += " \
-    gstreamer1.0-plugins-bad \
-"