Skip to content

Commit e18ae1d

Browse files
committed
[bootstrap] Change to renamed cerbero repo
1 parent 3d8bee3 commit e18ae1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ where `<arch>` is the target architecture that you want to compile to (pass `all
1212

1313
This script takes care of fetching, building and installing all WPE Android dependencies.
1414

15-
The cross-compilation work is done by [Cerbero](https://github.com/Igalia/cerbero)
15+
The cross-compilation work is done by [Cerbero](https://github.com/Igalia/wpe-android-cerbero)
1616

1717
After cloning Cerbero's source through git in the `build` folder, the process starts with
1818
the following Cerbero command:
1919

2020
`./cerbero-uninstalled -c config/cross-android-<arch> package -f wpewebkit`
2121

2222
The logic for this command is in the
23-
[WPEWebKit packaging recipe in Cerbero's repo](https://github.com/Igalia/cerbero/blob/wpe-android/packages/wpewebkit.package).
23+
[WPEWebKit packaging recipe in Cerbero's repo](https://github.com/Igalia/wpe-android-cerbero/blob/wpe-android/packages/wpewebkit.package).
2424

2525
This command triggers the build for all WPEWebKit dependencies. After that WPEWebKit itself
2626
is built. You can find the recipes for all dependencies and WPEWebKit build in the

tools/scripts/bootstrap.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
This script takes care of fetching, building and installing all WPE Android dependencies,
2929
including libwpe, WPEBackend-android and WPEWebKit.
3030
31-
The cross-compilation work is done by Cerbero: https://github.com/Igalia/cerbero.git
31+
The cross-compilation work is done by Cerbero: https://github.com/Igalia/wpe-android-cerbero.git
3232
3333
After cloning Cerbero's source through git in the `build` folder, the process starts with
3434
the following Cerbero command:
3535
3636
`./cerbero-uninstalled -c config/cross-android-<arch> package -f wpewebkit`
3737
3838
The logic for this command is in the WPEWebKit packaging recipe in Cerbero's repo:
39-
https://github.com/Igalia/cerbero/blob/wpe-android/packages/wpewebkit.package
39+
https://github.com/Igalia/wpe-android-cerbero/blob/wpe-android/packages/wpewebkit.package
4040
4141
This command triggers the build for all WPEWebKit dependencies. After that WPEWebKit itself
4242
is built. You can find the recipes for all dependencies and WPEWebKit build in the
@@ -83,8 +83,8 @@ class Bootstrap:
8383
default_arch = "arm64"
8484
default_version = "2.42.1"
8585

86-
_cerbero_origin = "https://github.com/Igalia/cerbero.git"
87-
_cerbero_branch = "wpe-android"
86+
_cerbero_origin = "https://github.com/Igalia/wpe-android-cerbero.git"
87+
_cerbero_branch = "main"
8888

8989
_packages_url_template = "https://wpewebkit.org/android/bootstrap/{version}/{filename}"
9090
_devel_package_name_template = "wpewebkit-android-{arch}-{version}.tar.xz"

0 commit comments

Comments
 (0)