DRAFT pg-ros-world-crystal.inc: Drop "keystroke" until can configure correctly

This commit is contained in:
Herb Kuta 2019-05-03 17:04:45 -07:00
parent 173c386477
commit bcc81ae3a7
1 changed files with 14 additions and 0 deletions

View File

@ -45,6 +45,20 @@ RDEPENDS_${PN}_remove = "cartographer"
# CMakeLists.txt:86 (rosidl_generate_interfaces) # CMakeLists.txt:86 (rosidl_generate_interfaces)
RDEPENDS_${PN}_remove = "ml-classifiers" RDEPENDS_${PN}_remove = "ml-classifiers"
# do_configure() failed:
# Log data follows:
# DEBUG: Executing shell function do_configure
# Traceback (most recent call last):
# File "setup.py", line 7, in <module>
# package = ElementTree.parse(here / 'package.xml')
# File "/mnt/disk2/YOCTO-ARTIFACTS/BUILD-1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/keystroke/0.3.0-1-r0/recipe-sysroot-native/usr/lib/python3.5/xml/etree/ElementTree.py", line 1195, in parse
# tree.parse(source, parser)
# File "/mnt/disk2/YOCTO-ARTIFACTS/BUILD-1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/keystroke/0.3.0-1-r0/recipe-sysroot-native/usr/lib/python3.5/xml/etree/ElementTree.py", line 585, in parse
# source = open(source, "rb")
# TypeError: invalid file: PosixPath('package.xml')
# WARNING: exit code 1 from a shell command.
RDEPENDS_${PN}_remove = "keystroke"
# OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commerical". # 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)}" RDEPENDS_${PN}_remove = "${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', '', 'ffmpeg', d)}"