From c0da66ef6b31a7ace2166e6182c4bbf2a995fe0e Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 3 May 2019 17:04:45 -0700 Subject: [PATCH] DRAFT pg-ros-world-crystal.inc: Drop "keystroke" until can configure correctly --- .../packagegroup-ros-world-crystal.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 381766b..3fc27f9 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -43,6 +43,20 @@ RDEPENDS_${PN}_remove = "cartographer" # CMakeLists.txt:86 (rosidl_generate_interfaces) 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 +# 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". RDEPENDS_${PN}_remove = "${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', '', 'ffmpeg', d)}"