From: Chunrong Guo <[email protected]> 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 <[email protected]> --- recipes-mozilla/firefox/firefox_10.0.11esr.bb | 4 ++-- 1 file 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 \ -- 1.9.2 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
