[oe-commits] [openembedded-core] 07/41: libunistring: Update version 0.9.6 -> 0.9.7

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 10:39:50 UTC 2016


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

commit e06584e6f5fcf259dcd0a10383aa4d05b3e74b70
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Mon Dec 12 17:16:22 2016 +0200

    libunistring: Update version 0.9.6 -> 0.9.7
    
    The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"
            * README (Copyright): Rewrite section
            * doc/libunistring.texi (Licenses): Change accordingly
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../{libunistring_0.9.6.bb => libunistring_0.9.7.bb}         | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/libunistring/libunistring_0.9.6.bb b/meta/recipes-support/libunistring/libunistring_0.9.7.bb
similarity index 70%
rename from meta/recipes-support/libunistring/libunistring_0.9.6.bb
rename to meta/recipes-support/libunistring/libunistring_0.9.7.bb
index bb70122..f77a210 100644
--- a/meta/recipes-support/libunistring/libunistring_0.9.6.bb
+++ b/meta/recipes-support/libunistring/libunistring_0.9.7.bb
@@ -13,16 +13,18 @@ DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\
 
 HOMEPAGE = "http://www.gnu.org/software/libunistring/"
 SECTION = "devel"
-LICENSE = "GPLv3 & LGPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6"
+LICENSE = "LGPLv3+ | GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
+                    file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \
+                    file://doc/libunistring.texi;md5=b86c9fd7acaac623017239640631912c \
+                   "
 
 SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \
            file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
 "
-SRC_URI[md5sum] = "dfae4ff5583649ed24d8f368f1d0543b"
-SRC_URI[sha256sum] = "9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47"
+SRC_URI[md5sum] = "8e663454aa372181ee8e46edaa3ba4c8"
+SRC_URI[sha256sum] = "9ce081cbee1951b55597b30e7030bda9d7b2f034ef901a135ff3a020be5a41e5"
 
 inherit autotools texinfo
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list