Skip to content

Commit

Permalink
conf: Update preferred versions for WebKit components
Browse files Browse the repository at this point in the history
Updated the preferred versions for several components in the
WebKit WPE stack to use specific stable versions, replacing
AUTOINC placeholders for more controlled and predictable builds.

- Set PREFERRED_VERSION_cog to 0.18+https
- Set PREFERRED_VERSION_libwpe to 1.16+https
- Set PREFERRED_VERSION_wpebackend-fdo to 1.14+https
- Set PREFERRED_VERSION_wpebackend-rdk to 1.20221201+git
- Set PREFERRED_VERSION_wpewebkit to 2.46+https
  • Loading branch information
psaavedra committed Oct 15, 2024
1 parent 2c8ca1d commit 71b075a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/include/webkit-bleeding.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# require conf/include/webkit-bleeding.inc

PREFERRED_VERSION_cog = "0.18+httpsAUTOINC+%"
PREFERRED_VERSION_libwpe = "1.14+httpsAUTOINC+%"
PREFERRED_VERSION_wpebackend-fdo = "devupstream+gitAUTOINC+%"
PREFERRED_VERSION_wpebackend-rdk = "1.20200213+gitAUTOINC+%"
PREFERRED_VERSION_wpewebkit = "2.42+httpsAUTOINC+%"
PREFERRED_VERSION_cog = "0.18+https"
PREFERRED_VERSION_libwpe = "1.16+https"
PREFERRED_VERSION_wpebackend-fdo = "1.14+https"
PREFERRED_VERSION_wpebackend-rdk = "1.20221201+git"
PREFERRED_VERSION_wpewebkit = "2.46+https"

SRCBRANCH:class-devupstream:pn-cog = "master"
SRCREV:class-devupstream:pn-cog = "${AUTOREV}"
Expand Down

0 comments on commit 71b075a

Please sign in to comment.