summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/firefox_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-12-13 12:25:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-09 19:49:53 +0100
commit888c731f3867e4f7bdcf851e6d81428295ac57eb (patch)
treec5ecd4946bb3ee3ac7828d1369d3128b58c9009d /recipes-mozilla/firefox/firefox_%.bbappend
parentd3f35dac21d275357fd9afd00042b131684b5200 (diff)
images: drop lxde-image, lxqt-image, qt5-x11-image
As no image uses firefox, stop touching the recipe. Thus this layer no longer depends on meta-browser. As no image uses lxde, stop touching the recipes. Thus this layer no longer depends on meta-lxde. Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-mozilla/firefox/firefox_%.bbappend')
-rw-r--r--recipes-mozilla/firefox/firefox_%.bbappend20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-mozilla/firefox/firefox_%.bbappend b/recipes-mozilla/firefox/firefox_%.bbappend
deleted file mode 100644
index 0857ad6..0000000
--- a/recipes-mozilla/firefox/firefox_%.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-SRC_URI += "file://distribution.ini"
-
-do_compile_append() {
- # disable annoying default browser check
- echo "lockPref(\"browser.shell.checkDefaultBrowser\", false);" >> ${WORKDIR}/vendor.js
-}
-
-do_compile_append_mx6() {
- # disable broken OMTC on iMX6 based modules
- echo "pref(\"layers.offmainthreadcomposition.enabled\", false);" >> ${WORKDIR}/vendor.js
-}
-
-do_install_append() {
- install -d ${D}${libdir}/${PN}/distribution
- install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/
-}
-
-FILES_${PN} += ""