From 9f6dfcf82c7b8bd665d12e9e8085a353b44908cf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Mar 2023 08:52:46 -0700 Subject: [PATCH] gstreamer1.0-plugins-bad: Drop gpl packageconfig This packageconfig has been removed from oe-core via commit 3ec1f30ebba498566d4b266168e1faf182a38fb8 therefore adjust Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 2bf6281..5b3f945 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -1,2 +1,2 @@ PACKAGECONFIG:append:rpi = " hls \ - ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'gpl faad', '', d)}" + ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'faad', '', d)}"