summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-16 11:10:19 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-28 09:31:27 +0100
commit7e3a51dba235cc3b8bf32bb25a8321d9c0625ae9 (patch)
tree39a15272f786f66973b3168d9c4ebbc5deea6095 /recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
parentd2701f1e3d5e2d815ffe4899ac8115ddd370c458 (diff)
firefox: moved patches to meta-browser
Diffstat (limited to 'recipes-mozilla/firefox/firefox_10.0.11esr.bbappend')
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.11esr.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
deleted file mode 100644
index ce23a9b..0000000
--- a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-#update to 10.0.12esr
-PV = "10.0.12esr"
-SRC_URI[archive.md5sum] = "ea6a9d240c271341eba014467b97e8ad"
-SRC_URI[archive.sha256sum] = "9f12cb7fd18fc51e995cd67b70a090f32fcd8dcf636be1b840281f2612d9db40"
-
-SRC_URI += "file://alignment.patch \
- file://distribution.ini \
- file://Prevent-SIGILL-crashes-on-ARMv6-builds-built-with-the-NDK_10.0esr.patch \
-"
-
-do_install_append() {
- install -d ${D}${libdir}/firefox/distribution
- install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/firefox/distribution/
-}