DRAFT pg-ros-world-crystal.inc: Drop "keystroke" until can configure correctly
This commit is contained in:
parent
2a3b7ac81a
commit
c0da66ef6b
|
@ -43,6 +43,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)}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue