Skip to content

Commit 6954886

Browse files
OldManYellsAtCloudkraj
authored andcommitted
firefox: remove crate includes
Initially, when the crates include was added, Firefox's vendored crates were not enough to build Firefox, it required downloading a number of other crates to be able to compile without failure. Now however it looks that the tarball contains all required crates, so use it instead of vendoring them from the recipe. Signed-off-by: Gyorgy Sarvari <[email protected]>
1 parent c98f657 commit 6954886

File tree

4 files changed

+0
-2801
lines changed

4 files changed

+0
-2801
lines changed

meta-firefox/recipes-browser/firefox/firefox_140.3.0esr.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (C) 2009-2015, O.S. Systems Software Ltda. All Rights Reserved
22
# Released under the MIT license (see packages/COPYING)
33

4-
include firefox_crates_esr.inc
54
include firefox.inc
65

76
FILESEXTRAPATHS:prepend := "${THISDIR}/firefox-esr:"

meta-firefox/recipes-browser/firefox/firefox_143.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (C) 2009-2015, O.S. Systems Software Ltda. All Rights Reserved
22
# Released under the MIT license (see packages/COPYING)
33

4-
include firefox_crates_latest.inc
54
include firefox.inc
65

76
FILESEXTRAPATHS:prepend := "${THISDIR}/firefox-latest:"

0 commit comments

Comments
 (0)