From 2787740a891115635798b69fb8694def62adb512 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 25ea8753e2d1dc4e1aa01b4800da532ca1aecec7 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 2bf628134..5b3f945dd 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)}"