[oe-commits] Martin Jansa : nodejs4, liblinebreak: use "Zlib" instead of "zlib" for LICENSE

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:11:16 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 10437b88424e8ed4b552029a92017452ea1b1e73
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=10437b88424e8ed4b552029a92017452ea1b1e73

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Apr  8 22:58:33 2015 +0200

nodejs4, liblinebreak: use "Zlib" instead of "zlib" for LICENSE

* otherwise zlib license text provider isn't found:
  WARNING: The license listed zlib was not in the licenses collected for liblinebreak
  WARNING: liblinebreak: No generic license file exists for: zlib in any provider

[YOCTO #7584]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb        | 2 +-
 meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
index 268a10a..c73cefc 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
@@ -1,6 +1,6 @@
 SUMMARY = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org"
-LICENSE = "MIT & zlib"
+LICENSE = "MIT & Zlib"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5"
 
 DEPENDS = "openssl"
diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
index 2a5efad..d0463a6 100644
--- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
+++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22"
 HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
 SECTION = "libs"
-LICENSE = "zlib"
+LICENSE = "Zlib"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"



More information about the Openembedded-commits mailing list