summaryrefslogtreecommitdiff
path: root/recipes-mozilla
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mozilla')
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.11esr.bbappend0
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.2.bbappend12
2 files changed, 0 insertions, 12 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend
diff --git a/recipes-mozilla/firefox/firefox_10.0.2.bbappend b/recipes-mozilla/firefox/firefox_10.0.2.bbappend
deleted file mode 100644
index fcdc730..0000000
--- a/recipes-mozilla/firefox/firefox_10.0.2.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
-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/
-}
-