Skip to content

Commit

Permalink
Merge pull request meta-rust#6 from WarheadsSE/firefox-l10n-38.6.1esr…
Browse files Browse the repository at this point in the history
…-license-checksum

Fix checksums missed in Firefox 38.6.1esr update.
  • Loading branch information
otavio committed Feb 25, 2016
2 parents 94bff5a + 4a83c1e commit f630af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-mozilla/firefox-addon/firefox-addon.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = "mozilla-devscripts-native"
LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"

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

S = "${WORKDIR}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-mozilla/firefox-l10n/firefox-l10n.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = "mozilla-devscripts-native"
LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"

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

LANGUAGE = "${@get_language_name('${PN}')}"
PR = "r3"
Expand Down

0 comments on commit f630af1

Please sign in to comment.