diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:04:11 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:48 -0800 |
commit | 533a0038d12a7d5951c01d341d2701e3da5b22f3 (patch) | |
tree | 88938cfa5536e01a1c79b43244241e7e15b94841 | |
parent | 4cf8bff64cc1ec1b35eb616222ba0bfa3a100097 (diff) | |
download | poky-533a0038d12a7d5951c01d341d2701e3da5b22f3.tar.gz |
libart-lgpl:Add license file checksum and update the GPL information
Add COPYING file checksum and update the "LGPL" to "LGPLv2" according to COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
-rw-r--r-- | meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb index fa565f3d1c..3bdd697145 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.19.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Library of functions for 2D graphics" | 1 | DESCRIPTION = "Library of functions for 2D graphics" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | PR = "r1" | 5 | PR = "r1" |
5 | 6 | ||
6 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | 7 | ART_CONFIG = "${HOST_ARCH}/art_config.h" |