prelink:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Thu, 25 Nov 2010 04:25:24 +0000 (12:25 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:48 +0000 (05:24 -0800)
Add COPYING file checksum to bb file

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

index 06078ed..6df19f9 100644 (file)
@@ -5,6 +5,7 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
 and executables, so that far fewer relocations need to be resolved at \
 runtime and thus programs come up faster."
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
 PV = "1.0+git${SRCPV}"
 PR = "r0"