diff options
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" |