mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-05 22:19:11 +00:00
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>
This commit is contained in:
committed by
Andrei Gherzan
parent
0bc1eac5a5
commit
3a8359693d
@@ -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"
|
||||
|
||||
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user