diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/mozilla/nss_3.12.6.bb | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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/nss_3.12.6.bb')
-rw-r--r-- | recipes/mozilla/nss_3.12.6.bb | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/recipes/mozilla/nss_3.12.6.bb b/recipes/mozilla/nss_3.12.6.bb index 9966f08ff5..a1b97eb2f1 100644 --- a/recipes/mozilla/nss_3.12.6.bb +++ b/recipes/mozilla/nss_3.12.6.bb @@ -9,21 +9,21 @@ DEPENDS = "sqlite3 nspr" SRC_URI = "\ http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_6_RTM/src/${PN}-${PV}.tar.gz;name=archive \ - file://00_ckbi_1.79.patch;apply=yes \ - file://25_entropy.patch;apply=yes \ - file://38_hurd.patch;apply=yes \ - file://38_kbsd.patch;apply=yes \ - file://38_mips64_build.patch;apply=yes \ - file://80_security_build.patch;apply=yes \ - file://80_security_tools.patch;apply=yes \ - file://81_sonames.patch;apply=yes \ - file://85_security_load.patch;apply=yes \ - file://90_realpath.patch;apply=yes \ - file://91_build_pwdecrypt.patch;apply=yes \ - file://95_add_spi+cacert_ca_certs.patch;apply=yes \ - file://96_NSS_VersionCheck.patch;apply=yes \ - file://97_SSL_RENEGOTIATE_TRANSITIONAL.patch;apply=yes \ - file://build-fix.patch;apply=yes;striplevel=0 \ + file://00_ckbi_1.79.patch \ + file://25_entropy.patch \ + file://38_hurd.patch \ + file://38_kbsd.patch \ + file://38_mips64_build.patch \ + file://80_security_build.patch \ + file://80_security_tools.patch \ + file://81_sonames.patch \ + file://85_security_load.patch \ + file://90_realpath.patch \ + file://91_build_pwdecrypt.patch \ + file://95_add_spi+cacert_ca_certs.patch \ + file://96_NSS_VersionCheck.patch \ + file://97_SSL_RENEGOTIATE_TRANSITIONAL.patch \ + file://build-fix.patch;striplevel=0 \ file://nss.pc.in \ " |