]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsoup: Add LIC_FILES_CHKSUM
authorSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 01:02:28 +0000 (17:02 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 14 Dec 2010 16:53:19 +0000 (08:53 -0800)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-core/meta/meta-ide-support.bb
meta/recipes-support/libsoup/libsoup_2.2.100.bb

index ee85d5d194d4f6db6e478644b8c900ecf825fbbe..faec7fa6b2be1798c1b5fd264b7bc708c6c119b6 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
-                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
-4de20420"
+                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
 PR = "r1"
index a96a762a5a0f285614b34fb3a1e994eef8c4c32c..7ead09d30ed7241b11d0da34a72d54ab7ec88e39 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "An HTTP library implementation in C"
-LICENSE = "GPL"
 SECTION = "x11/gnome/libs"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
 PR = "r1"
 
 DEPENDS = "glib-2.0 gnutls libxml2"