forked from ros/meta-ros
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{melodic} webrtc: Fix dependency on glib-2.0 and blacklist
* fixes: ERROR: Nothing PROVIDES 'libglib-2.0' (but /jenkins/mjansa/build-ros/ros1-melodic-thud/meta-ros/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc_59.0.3.bb DEPENDS on or otherwise requires it). Close matches: glib-2.0 NOTE: Runtime target 'webrtc' is unbuildable, removing... Missing or unbuildable dependency chain was: ['webrtc', 'libglib-2.0'] Signed-off-by: Martin Jansa <martin.jansa@lge.com>
- Loading branch information
1 parent
6943f21
commit 0bf278c
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
meta-ros1-melodic/recipes-bbappends/webrtc-ros/webrtc_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Copyright (c) 2020 LG Electronics, Inc. | ||
|
||
# Fetches depot_tools during do_configure and then tries to use vpython which isn't in dependencies | ||
# | ||
# | -- Fetching depot_tools from Chromium | ||
# | Cloning into 'depot_tools'... | ||
# | -- Fetching Ninja build tool | ||
# | -- Fetching WebRTC source code | ||
# | /jenkins/mjansa/build-ros/ros1-melodic-thud/tmp-glibc/work/aarch64-oe-linux/webrtc/59.0.3-r0/git/build/depot_tools/vpython: line 42: /jenkins/mjansa/build-ros/ros1-melodic-thud/tmp-glibc/work/aarch64-oe-linux/webrtc/59.0.3-r0/git/build/depot_tools/.cipd_bin/vpython: No such file or directory | ||
# | CMake Error at CMakeLists.txt:41 (message): | ||
# | cannot fetch WebRTC source code | ||
PNBLACKLIST[webrtc] ?= "Fetches depot_tools during do_configure and then tries to use vpython which isn't in dependencies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters