diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2021-03-09 10:58:58 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-09 08:33:51 -0800 |
commit | d7aa1a60f69e8bcbe6a8f086a6d4e8798d48b564 (patch) | |
tree | e8dbb3301cebc96f7963ab0a4f902cd4c459b1c0 /meta-oe/recipes-support | |
parent | f37e5423da984b7dc721d52f04673d3afc0879a1 (diff) | |
download | meta-openembedded-d7aa1a60f69e8bcbe6a8f086a6d4e8798d48b564.tar.gz |
nss: upgrade 3.60.1 -> 3.62
The patch: nss-fix-nsinstall-build.patch is embedded specific
so set it's Upstream-Status to inappropriate.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.62.bb (renamed from meta-oe/recipes-support/nss/nss_3.60.1.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch b/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch index fbfa828b23..224a5d236e 100644 --- a/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch +++ b/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch | |||
@@ -15,7 +15,7 @@ on host to install built files, it doesn't need any cross-compling or | |||
15 | multilib build options. Just clean the ARCHFLAG and LDFLAGS to fix this | 15 | multilib build options. Just clean the ARCHFLAG and LDFLAGS to fix this |
16 | error. | 16 | error. |
17 | 17 | ||
18 | Upstream-Status: Pending | 18 | Upstream-Status: Inappropriate [configuration] |
19 | 19 | ||
20 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | 20 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> |
21 | =================================================== | 21 | =================================================== |
diff --git a/meta-oe/recipes-support/nss/nss_3.60.1.bb b/meta-oe/recipes-support/nss/nss_3.62.bb index 344cc34728..439a6ae66e 100644 --- a/meta-oe/recipes-support/nss/nss_3.60.1.bb +++ b/meta-oe/recipes-support/nss/nss_3.62.bb | |||
@@ -32,7 +32,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO | |||
32 | file://nss-fix-nsinstall-build.patch \ | 32 | file://nss-fix-nsinstall-build.patch \ |
33 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ | 33 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ |
34 | " | 34 | " |
35 | SRC_URI[sha256sum] = "2051c20b61112df24bad533ac37f6c66c1bc0d6ea70bb9d9cad102d20324279d" | 35 | SRC_URI[sha256sum] = "86d6df7cece25b8d4efa53e4c19af903c484eb79871163f37b5232bb406a5478" |
36 | 36 | ||
37 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | 37 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" |
38 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" | 38 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" |