diff --git a/recipes-gnome/gnome/gconf-native_2.6.1.bb b/recipes-gnome/gnome/gconf-native_2.6.1.bb index d4655225b7..fac712395d 100644 --- a/recipes-gnome/gnome/gconf-native_2.6.1.bb +++ b/recipes-gnome/gnome/gconf-native_2.6.1.bb @@ -2,6 +2,7 @@ NOTE = "This is just a dummy package to get packages stop complaining about gcon which they are not using anyway... :D" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" PR = "r1" diff --git a/recipes-gnome/gnome/gconf_2.28.0.bb b/recipes-gnome/gnome/gconf_2.28.0.bb index fcc2606591..e167d8a6d5 100644 --- a/recipes-gnome/gnome/gconf_2.28.0.bb +++ b/recipes-gnome/gnome/gconf_2.28.0.bb @@ -1,9 +1,11 @@ DESCRIPTION = "GNOME configuration database system" SECTION = "x11/gnome" -LICENSE = "LGPL" DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" + S = "${WORKDIR}/GConf-${PV}" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2;name=archive" diff --git a/recipes-graphics/jasper/jasper_1.900.1.bb b/recipes-graphics/jasper/jasper_1.900.1.bb index 756cf67421..ef9ca6fb40 100644 --- a/recipes-graphics/jasper/jasper_1.900.1.bb +++ b/recipes-graphics/jasper/jasper_1.900.1.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Jpeg 2000 implementation" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc" PR = "r1"