DRAFT pg-ros-world-crystal.inc: Drop "ets-plugin" until it builds for Arm

This commit is contained in:
Herb Kuta 2019-06-22 13:35:02 -07:00
parent 8881c7a8ba
commit e7b1512691
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ RDEPENDS_${PN}_remove = "keystroke"
RDEPENDS_${PN}_remove = "fmi-adapter"
RDEPENDS_${PN}_remove = "fmi-adapter-examples"
# Only builds for Intel achitectures; could build for emulator, but don't because its rootfs contents should be kept the same as
# that of the actual device.
RDEPENDS_${PN}_remove = "ets-plugin"
# 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)}"