From 3a8359693df0e0b3c95073f16c2fe370b31add86 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Feb 2022 10:06:36 +0100 Subject: [PATCH] meta: update variable names * openembedded-core/scripts/contrib/convert-variable-renames.py . ... All files processed with version 0.1 Signed-off-by: Martin Jansa --- docs/extra-apps.md | 2 +- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extra-apps.md b/docs/extra-apps.md index 53007dc..dbbfb8d 100644 --- a/docs/extra-apps.md +++ b/docs/extra-apps.md @@ -6,4 +6,4 @@ omxplayer depends on libav which has a commercial license. So in order to be able to compile omxplayer you will need to whiteflag the commercial license in your local.conf: - LICENSE_FLAGS_WHITELIST = "commercial" + LICENSE_FLAGS_ACCEPTED = "commercial" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index e80ba4e..2bf6281 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_WHITELIST', 'commercial', 'gpl faad', '', d)}" + ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'gpl faad', '', d)}"