Skip to content

Commit

Permalink
layer.conf: add webserver as a hard requirement
Browse files Browse the repository at this point in the history
packagegroup-wpewebkit-depends-tests and webkit-dev-ci-tools
depend on them

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet committed Dec 6, 2024
1 parent 3bfa477 commit 9f90e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BBFILE_PRIORITY_webkit = "7"
LAYERDEPENDS_webkit = "\
core \
openembedded-layer \
webserver \
"

# do not error out on bbappends for missing recipes
Expand Down
1 change: 1 addition & 0 deletions conf/templates/template/bblayers/bblayers.conf.layers
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ BBLAYERS = " \
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-python \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
${BSPDIR}/sources/meta-openembedded/meta-webserver \
"

0 comments on commit 9f90e14

Please sign in to comment.