summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-12-10 17:02:28 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 08:53:19 -0800
commit2f845aeb203f610bedd4f2403fee30469a746340 (patch)
tree3413d231941863f49efab68be7356d0e1d131f05
parent8d7798839239aeb212b6f73ba2ee556fd54db4dc (diff)
downloadopenembedded-core-contrib-2f845aeb203f610bedd4f2403fee30469a746340.tar.gz
libsoup: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r--meta/recipes-core/meta/meta-ide-support.bb3
-rw-r--r--meta/recipes-support/libsoup/libsoup_2.2.100.bb3
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index ee85d5d194..faec7fa6b2 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -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"
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb
index a96a762a5a..7ead09d30e 100644
--- a/meta/recipes-support/libsoup/libsoup_2.2.100.bb
+++ b/meta/recipes-support/libsoup/libsoup_2.2.100.bb
@@ -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"