[oe-commits] [openembedded-core] 31/37: nspr: upgrade recipe to version 4.14

git at git.openembedded.org git at git.openembedded.org
Thu May 18 13:02:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5ac7e46e8740a2b8cf789c3ecfb1a3f9cd8402cd
Author: Chin Huat Ang <chin.huat.ang at intel.com>
AuthorDate: Mon May 8 22:47:24 2017 +0800

    nspr: upgrade recipe to version 4.14
    
    Upgrade to 4.14, also sanity tested to make sure rpm which depends on
    nspr is working.
    
    Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/nspr/{nspr_4.13.1.bb => nspr_4.14.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/nspr/nspr_4.13.1.bb b/meta/recipes-support/nspr/nspr_4.14.bb
similarity index 96%
rename from meta/recipes-support/nspr/nspr_4.13.1.bb
rename to meta/recipes-support/nspr/nspr_4.14.bb
index 9c15a8b..f5ce91c 100644
--- a/meta/recipes-support/nspr/nspr_4.13.1.bb
+++ b/meta/recipes-support/nspr/nspr_4.14.bb
@@ -21,8 +21,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
 UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "9c44298a6fc478b3c0a4e98f4f9981ed"
-SRC_URI[sha256sum] = "5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab"
+SRC_URI[md5sum] = "743f6b7888a614da9927400874054d8c"
+SRC_URI[sha256sum] = "64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5"
 
 S = "${WORKDIR}/nspr-${PV}/nspr"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list