diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-02-21 02:09:40 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:09 +0000 |
| commit | af2215bffc620d78ad690f63b1218e8b2306c495 (patch) | |
| tree | 632c9a98b3c69954d314cfa8b813ef6ff346a1eb /meta | |
| parent | d019c28fc18c7c08b3c0166d100d641b23c9e0d4 (diff) | |
| download | poky-af2215bffc620d78ad690f63b1218e8b2306c495.tar.gz | |
nss: upgrade 3.49.1 -> 3.50
refresh the following patch:
0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
(From OE-Core rev: 534e82abbb33e7c02c183ab0290572b2dc599447)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-support/nss/nss_3.50.bb (renamed from meta/recipes-support/nss/nss_3.49.1.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch index 803c06b218..c380c14491 100644 --- a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch +++ b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch | |||
| @@ -42,8 +42,8 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 42 | /* old gcc doesn't support some poly64x2_t intrinsic */ | 42 | /* old gcc doesn't support some poly64x2_t intrinsic */ |
| 43 | #if defined(__aarch64__) && defined(IS_LITTLE_ENDIAN) && \ | 43 | #if defined(__aarch64__) && defined(IS_LITTLE_ENDIAN) && \ |
| 44 | (defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6) | 44 | (defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6) |
| 45 | @@ -28,6 +29,7 @@ | 45 | @@ -25,6 +26,7 @@ |
| 46 | * that compiler uses -mfpu=neon only. */ | 46 | /* We don't test on big endian platform, so disable this on big endian. */ |
| 47 | #define USE_ARM_GCM | 47 | #define USE_ARM_GCM |
| 48 | #endif | 48 | #endif |
| 49 | +#endif | 49 | +#endif |
diff --git a/meta/recipes-support/nss/nss_3.49.1.bb b/meta/recipes-support/nss/nss_3.50.bb index b16ade9f62..e9855d7a7e 100644 --- a/meta/recipes-support/nss/nss_3.49.1.bb +++ b/meta/recipes-support/nss/nss_3.50.bb | |||
| @@ -34,8 +34,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO | |||
| 34 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ | 34 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ |
| 35 | " | 35 | " |
| 36 | 36 | ||
| 37 | SRC_URI[md5sum] = "6b92ac02dcf9e9e44df5390f6814c157" | 37 | SRC_URI[md5sum] = "e0366615e12b147cebc136c915baea37" |
| 38 | SRC_URI[sha256sum] = "d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e" | 38 | SRC_URI[sha256sum] = "185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7" |
| 39 | 39 | ||
| 40 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | 40 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" |
| 41 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" | 41 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" |
