Skip to content

Commit

Permalink
layer.conf: add LAYERDEPENDS
Browse files Browse the repository at this point in the history
depend on core first of all.
In addtion add a depends on openembedded-layer
as wpewebkit configures a dependency on libbacktrace
which is located in meta-oe aka openembedded-layer

Fixes errors like
Missing or unbuildable dependency chain was:
['meta-world-pkgdata', 'cog', 'wpewebkit', 'libbacktrace']

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet authored and psaavedra committed Nov 21, 2024
1 parent db64604 commit ea46c6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ BBFILE_COLLECTIONS += "webkit"
BBFILE_PATTERN_webkit := "^${LAYERDIR}/"
BBFILE_PRIORITY_webkit = "7"

LAYERDEPENDS_webkit = "\
core \
openembedded-layer \
"

# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"

Expand Down

0 comments on commit ea46c6e

Please sign in to comment.