diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-11 13:54:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-11 13:54:51 +0000 |
commit | 6169bd3157d4a8b1afb0100c16037d993d451e3d (patch) | |
tree | c74f31b7e5d2bb1776159cff1fe58acd3de7c471 /packages/mozilla/firefox_1.5.0.6.bb | |
parent | ec9c1537fb48626b49279eb7ea25eec7b0b1f1fc (diff) |
firefox: upgrade 1.5.0.1 to 1.5.0.6 (builds, not tested on device)
Diffstat (limited to 'packages/mozilla/firefox_1.5.0.6.bb')
-rw-r--r-- | packages/mozilla/firefox_1.5.0.6.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/mozilla/firefox_1.5.0.6.bb b/packages/mozilla/firefox_1.5.0.6.bb new file mode 100644 index 0000000000..8f888db5ca --- /dev/null +++ b/packages/mozilla/firefox_1.5.0.6.bb @@ -0,0 +1,18 @@ +PR = "r0" +SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ + file://xptcstubs.patch;patch=1 \ + file://no-xmb.patch;patch=1 \ + file://jsautocfg.h \ + file://extensions-hack.patch;patch=1" + +S = "${WORKDIR}/mozilla" +DEFAULT_PREFERENCE = "-1" + +inherit mozilla + +require firefox.inc + +do_compile_prepend() { + cp ${WORKDIR}/jsautocfg.h ${S}/js/src/ +} + |