浏览代码

meta: update variable names

* openembedded-core/scripts/contrib/convert-variable-renames.py .
  ...
  All files processed with version 0.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa 3 年之前
父节点
当前提交
3a8359693d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/extra-apps.md
  2. 1 1
      recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

+ 1 - 1
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
 able to compile omxplayer you will need to whiteflag the commercial
 license in your local.conf:
 license in your local.conf:
 
 
-    LICENSE_FLAGS_WHITELIST = "commercial"
+    LICENSE_FLAGS_ACCEPTED = "commercial"

+ 1 - 1
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

@@ -1,2 +1,2 @@
 PACKAGECONFIG:append:rpi = " hls \
 PACKAGECONFIG:append:rpi = " hls \
-                   ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'gpl faad', '', d)}"
+                   ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'gpl faad', '', d)}"