diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-03-10 23:32:35 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-09-22 11:00:11 +0200 |
commit | 58de13912e01a82a03ad144307a93b6fd88a12c9 (patch) | |
tree | 63bfd93d053fa1e0aa3d0c28ee713b31bc774935 /recipes-mozilla | |
parent | 9e2df34147757bdffcd2ced7c6974a7f7eecb186 (diff) |
firefox: updated to 10.0.11esr
Diffstat (limited to 'recipes-mozilla')
-rw-r--r-- | recipes-mozilla/firefox/firefox_10.0.11esr.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend index e69de29..fcdc730 100644 --- a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend +++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend @@ -0,0 +1,12 @@ +PRINC = "4" + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +SRC_URI += "file://alignment.patch \ + file://distribution.ini \ +" + +do_install_append() { + install -d ${D}${libdir}/${PN}/distribution + install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/ +} + |