summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/firefox_10.0.2.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-12-17 23:06:41 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2012-12-17 23:06:41 +0100
commit2e2ceebc25ceb3a0d5d86f692207e8ed333facae (patch)
tree5100e6d598c39b8c2968c2aff0c8a3ed670cefeb /recipes-mozilla/firefox/firefox_10.0.2.bbappend
parenta77f95269721b21e115f4476589f5853163dabe2 (diff)
firefox: set develper.toradex.com as the homepage
Diffstat (limited to 'recipes-mozilla/firefox/firefox_10.0.2.bbappend')
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.2.bbappend8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.2.bbappend b/recipes-mozilla/firefox/firefox_10.0.2.bbappend
index 213e335..fcdc730 100644
--- a/recipes-mozilla/firefox/firefox_10.0.2.bbappend
+++ b/recipes-mozilla/firefox/firefox_10.0.2.bbappend
@@ -1,6 +1,12 @@
-PRINC = "3"
+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/
+}
+