diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-25 12:25:24 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:48 -0800 |
commit | 246daac749ec78f2e408bec2635f5bd7ba9ffa65 (patch) | |
tree | bcea16d61d8b5b1fcd3c4a468f97790164064c74 /meta | |
parent | 96a1ab021b5aa77482f06ce30a94e50613940104 (diff) | |
download | poky-246daac749ec78f2e408bec2635f5bd7ba9ffa65.tar.gz |
prelink:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
5 | and executables, so that far fewer relocations need to be resolved at \ | 5 | and executables, so that far fewer relocations need to be resolved at \ |
6 | runtime and thus programs come up faster." | 6 | runtime and thus programs come up faster." |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | ||
8 | PV = "1.0+git${SRCPV}" | 9 | PV = "1.0+git${SRCPV}" |
9 | PR = "r0" | 10 | PR = "r0" |
10 | 11 | ||