DRAFT pg-ros-world-crystal.inc: Drop ffmpeg from world unless LICENSE_FLAGS_WHITELIST contains "commerical"
This commit is contained in:
parent
36a9635246
commit
755583702d
|
@ -6,3 +6,6 @@ RDEPENDS_${PN}_remove = "ament-cmake-clang-format"
|
||||||
|
|
||||||
# Not used by "crystal"; this allows us to defer fixing log4cxx v0.10.0-13 until working on "melodic".
|
# Not used by "crystal"; this allows us to defer fixing log4cxx v0.10.0-13 until working on "melodic".
|
||||||
RDEPENDS_${PN}_remove = "rcl-logging-log4cxx"
|
RDEPENDS_${PN}_remove = "rcl-logging-log4cxx"
|
||||||
|
|
||||||
|
# OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commerical".
|
||||||
|
RDEPENDS_${PN}_remove = "${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', '', 'ffmpeg', d)}"
|
||||||
|
|
Loading…
Reference in New Issue