]> code.ossystems Code Review - openembedded-core.git/commitdiff
chrpath:Add license checksum and update the GPL to bb file
authorMei Lei <lei.mei@intel.com>
Tue, 23 Nov 2010 08:40:08 +0000 (16:40 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 24 Nov 2010 00:47:02 +0000 (16:47 -0800)
Add COPYING checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/chrpath/chrpath_0.13.bb

index 38ae2f797e2eb77bfe5d253fb8cc4358bc7ff8cb..b812175c44cfe31d5d94633d7a639d9dd9a0143e 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "chrpath allows you to change the rpath (where the application \
 looks for libraries) in an application. It does not (yet) allow you to add an \
 rpath if there isn't one already."
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz"