Skip to content

Commit f630af1

Browse files
committed
Merge pull request meta-rust#6 from WarheadsSE/firefox-l10n-38.6.1esr-license-checksum
Fix checksums missed in Firefox 38.6.1esr update.
2 parents 94bff5a + 4a83c1e commit f630af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes-mozilla/firefox-addon/firefox-addon.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPENDS = "mozilla-devscripts-native"
88
LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
99

1010
# Ugly hack for now; we need to check license per recipe later
11-
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
11+
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
1212

1313
S = "${WORKDIR}"
1414

recipes-mozilla/firefox-l10n/firefox-l10n.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPENDS = "mozilla-devscripts-native"
88
LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
99

1010
# Ugly hack for now; we need to check license per recipe later
11-
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
11+
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
1212

1313
LANGUAGE = "${@get_language_name('${PN}')}"
1414
PR = "r3"

0 commit comments

Comments
 (0)