diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 22:18:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 22:18:06 +0100 |
commit | 3dd453e038b25914d5bff4b8bcca03cf9c885b72 (patch) | |
tree | d3daa806fa198cb6b1ee4542e15b3d44ff145066 | |
parent | 485e32c2d9bd96c90f9fd0ec84aa100c53b83cd5 (diff) | |
download | meta-openembedded-3dd453e038b25914d5bff4b8bcca03cf9c885b72.tar.gz |
gconf: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-gnome/gnome/gconf-native_2.6.1.bb | 1 | ||||
-rw-r--r-- | recipes-gnome/gnome/gconf_2.28.0.bb | 4 | ||||
-rw-r--r-- | recipes-graphics/jasper/jasper_1.900.1.bb | 1 |
3 files changed, 5 insertions, 1 deletions
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 | |||
2 | which they are not using anyway... :D" | 2 | which they are not using anyway... :D" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
5 | 6 | ||
6 | PR = "r1" | 7 | PR = "r1" |
7 | 8 | ||
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 @@ | |||
1 | DESCRIPTION = "GNOME configuration database system" | 1 | DESCRIPTION = "GNOME configuration database system" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" | 3 | DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" |
5 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 4 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
6 | 5 | ||
6 | LICENSE = "LGPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
8 | |||
7 | S = "${WORKDIR}/GConf-${PV}" | 9 | S = "${WORKDIR}/GConf-${PV}" |
8 | 10 | ||
9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2;name=archive" | 11 | 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 @@ | |||
1 | DESCRIPTION = "Jpeg 2000 implementation" | 1 | DESCRIPTION = "Jpeg 2000 implementation" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc" | ||
3 | 4 | ||
4 | PR = "r1" | 5 | PR = "r1" |
5 | 6 | ||