diff options
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup_2.2.100.bb | 3 |
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 ee85d5d..faec7fa 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 a96a762..7ead09d 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" |