diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/mozilla/firefox_3.0.1.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mozilla/firefox_3.0.1.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.0.1.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/recipes/mozilla/firefox_3.0.1.bb b/recipes/mozilla/firefox_3.0.1.bb index 48013e6249..0e62cbe2f7 100644 --- a/recipes/mozilla/firefox_3.0.1.bb +++ b/recipes/mozilla/firefox_3.0.1.bb @@ -3,17 +3,17 @@ PR = "r9" SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ file://jsautocfg.h \ - file://security-cross.patch;patch=1 \ - file://jsautocfg-dontoverwrite.patch;patch=1 \ - file://Bug339782.additional.fix.diff;patch=1 \ - file://Bug385583.nspr.jmp_buf.eabi.diff;patch=1 \ - file://Bug405992.atomic.nspr.diff;patch=1 \ - file://random_to_urandom.diff;patch=1 \ - file://jemalloc-tls.patch;patch=1 \ - file://wchart.diff;patch=1 \ - file://0001-Remove-Werror-from-build.patch;patch=1 \ - file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \ - file://use-native-bpp.patch;patch=1 \ + file://security-cross.patch \ + file://jsautocfg-dontoverwrite.patch \ + file://Bug339782.additional.fix.diff \ + file://Bug385583.nspr.jmp_buf.eabi.diff \ + file://Bug405992.atomic.nspr.diff \ + file://random_to_urandom.diff \ + file://jemalloc-tls.patch \ + file://wchart.diff \ + file://0001-Remove-Werror-from-build.patch \ + file://0002-Fix-security-cross-compile-cpu-detection-error.patch \ + file://use-native-bpp.patch \ " S = "${WORKDIR}/mozilla" |