[oe-commits] [openembedded-core] 35/57: npth: update to 1.5

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 14:53:16 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 939a485528e37f1e17fb891c670d35a1247a8bc7
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Jun 16 14:58:02 2017 +0300

    npth: update to 1.5
    
    Licensing has changed to LGPLv2+.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-support/npth/{npth_1.3.bb => npth_1.5.bb} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/npth/npth_1.3.bb b/meta/recipes-support/npth/npth_1.5.bb
similarity index 61%
rename from meta/recipes-support/npth/npth_1.3.bb
rename to meta/recipes-support/npth/npth_1.5.bb
index d4fc064..54de70c 100644
--- a/meta/recipes-support/npth/npth_1.3.bb
+++ b/meta/recipes-support/npth/npth_1.5.bb
@@ -1,18 +1,17 @@
 SUMMARY = "New GNU Portable Threads library"
 HOMEPAGE = "http://www.gnupg.org/software/pth/"
 SECTION = "libs"
-LICENSE = "LGPLv3+ & GPLv2+"
+LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "\
-    file://COPYING;md5=751419260aa954499f7abaabaa882bbe\
-    file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\
+    file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de\
     "
 UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
 SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
            file://pkgconfig.patch \
           "
 
-SRC_URI[md5sum] = "efe1524c53670b5755dc27893d2d68a0"
-SRC_URI[sha256sum] = "bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a"
+SRC_URI[md5sum] = "9ba2dc4302d2f32c66737c43ed191b1b"
+SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
 
 BINCONFIG = "${bindir}/npth-config"
 

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


More information about the Openembedded-commits mailing list