[meta-intel] [iot-middleware][PATCH] parse-embedded-sdks: Fix LICENSE string

Jan Kiszka jan.kiszka at web.de
Sun Apr 30 11:27:16 PDT 2017


From: Jan Kiszka <jan.kiszka at siemens.com>

OE complains: Each word in LICENSE is a license of its own and would
have to be appended with a supported operator. So just drop the
redundant word from the license name.

Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---
 recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
index 4b91c82..9b69b89 100644
--- a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
+++ b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
@@ -3,7 +3,7 @@
 
 DESCRIPTION = "Lets you use Parse for building Internet of Things (IoT) applications with connected devices"
 HOMEPAGE = "https://github.com/ParsePlatform/parse-embedded-sdks"
-LICENSE = "Parse License"
+LICENSE = "Parse"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=340c4660f360f3d393d95ed8c6dd2b28"
 SECTION = "libs"
 DEPENDS = "curl util-linux"
-- 
2.12.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20170430/903f931f/attachment.pgp>


More information about the meta-intel mailing list