summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-04-30 16:29:48 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-05-08 08:20:52 -0300
commitd53979350df5237a81b341e5a43f5759f1f6f856 (patch)
tree55ee533490d5b5d4d55598387234ddb225ada6ef
parent2bca1fd58e8dc827469627e17e9f0d8e711fcc5f (diff)
firefox_10.0.11esr: use ${BPN} instead to avoid breaking multilib
fix the following warning: |WARNING: Unable to get checksum for lib32-firefox SRC_URI entry mozilla-lib32-firefox.png: file could not be found |WARNING: Unable to get checksum for lib32-firefox SRC_URI entry mozilla-lib32-firefox.desktop: file could not be found Signed-off-by: Chunrong Guo <B40290@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.11esr.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bb b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
index cd303ff..f89da58 100644
--- a/recipes-mozilla/firefox/firefox_10.0.11esr.bb
+++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
@@ -8,8 +8,8 @@ LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=39;md5=9cb02f27e77e702043b827c9418bfbf8"
SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
- file://mozilla-${PN}.png \
- file://mozilla-${PN}.desktop \
+ file://mozilla-${BPN}.png \
+ file://mozilla-${BPN}.desktop \
file://fixes/Allow-.js-preference-files-to-set-locked-prefs-with-.patch \
file://fixes/Avoid-spurious-Run-items-in-application-handlers-con.patch \
file://fixes/Properly-launch-applications-set-in-HOME-.mailcap.patch \