Skip to content

Commit

Permalink
Fix build failure on scarthgap.
Browse files Browse the repository at this point in the history
When using meta-webkit with scarthgap branch, the build fails,
complaining about the missing 'usrmerge' DISTRO_FEATURE -- enable it to
fix builds with newer Yocto releases.
  • Loading branch information
nikolaszimmermann authored and clopez committed Jun 27, 2024
1 parent d960749 commit 11b72a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/distro/webkitdevci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DISTRO_VERSION:append = "_${WEBKIT_CROSS_VERSION}"
DISTROOVERRIDES:append = " poky:linuxstdbase"

# Distro features
DISTRO_FEATURES:append = " opengl egl pam systemd"
DISTRO_FEATURES:append = " opengl egl pam systemd usrmerge"
DISTRO_FEATURES:remove = "ptest"
DISTRO_FEATURES_NATIVESDK:append = " wayland"

Expand Down

0 comments on commit 11b72a8

Please sign in to comment.