From: Mei Lei Date: Thu, 25 Nov 2010 04:25:24 +0000 (+0800) Subject: prelink:Add license checksum to bb file X-Git-Tag: 2011-1~3743 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=246daac749ec78f2e408bec2635f5bd7ba9ffa65;p=openembedded-core.git prelink:Add license checksum to bb file Add COPYING file checksum to bb file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 06078ed68b..6df19f98d2 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -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"