diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 16:40:08 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:47:02 -0800 |
commit | 8ca67f7995197603aad3b087aa7ac4cee6fa44c9 (patch) | |
tree | 079494a99532cafa28b3f0cb34905b3c995b2bc0 /meta | |
parent | 78801f4460cccfcdff3f6945be943d2b51797b0c (diff) | |
download | poky-8ca67f7995197603aad3b087aa7ac4cee6fa44c9.tar.gz |
chrpath:Add license checksum and update the GPL to bb file
Add COPYING checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb index 38ae2f797e..b812175c44 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "chrpath allows you to change the rpath (where the application \ | 1 | DESCRIPTION = "chrpath allows you to change the rpath (where the application \ |
2 | looks for libraries) in an application. It does not (yet) allow you to add an \ | 2 | looks for libraries) in an application. It does not (yet) allow you to add an \ |
3 | rpath if there isn't one already." | 3 | rpath if there isn't one already." |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | PR = "r2" | 6 | PR = "r2" |
6 | 7 | ||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" |