diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/mozilla/firefox_3.6.bb | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mozilla/firefox_3.6.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.6.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/mozilla/firefox_3.6.bb b/recipes/mozilla/firefox_3.6.bb index 573154f3aa..9d4b3c4b08 100644 --- a/recipes/mozilla/firefox_3.6.bb +++ b/recipes/mozilla/firefox_3.6.bb @@ -5,14 +5,14 @@ PR = "r4" # The .pc files below have "3.6" hardcoded, fix that before using them in a newer FF version! SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \ file://jsautocfg.h \ - file://security-cross.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://jemalloc-tls.patch;patch=1 \ - file://0001-Remove-Werror-from-build.patch;patch=1 \ - file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \ - file://plugins-dir.patch;patch=1 \ + file://security-cross.patch;apply=yes \ + file://Bug339782.additional.fix.diff;apply=yes \ + file://Bug385583.nspr.jmp_buf.eabi.diff;apply=yes \ + file://Bug405992.atomic.nspr.diff;apply=yes \ + file://jemalloc-tls.patch;apply=yes \ + file://0001-Remove-Werror-from-build.patch;apply=yes \ + file://0002-Fix-security-cross-compile-cpu-detection-error.patch;apply=yes \ + file://plugins-dir.patch;apply=yes \ file://firefox-plugin.pc \ file://firefox-xpcom.pc \ file://nspr.pc \ |