]> code.ossystems Code Review - openembedded-core.git/commitdiff
pax-utils:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 06:46:44 +0000 (14:46 +0800)
committerMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 06:46:44 +0000 (14:46 +0800)
Add COPYING file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb

index f450f32f1ca9636075aeb9a1947bca327ad4e5fd..441797b882fce14ee7b87468d52c90c69f662cf4 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "pax-utils is a small set of various PaX aware and related utilities for ELF binaries. PaX's main goal is to research various defense mechanisms against the exploitation of software bugs that give an attacker arbitrary read/write access to the attacked task's address space"
 HOMEPAGE    = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
 LICENSE     = "GPLv2+"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 SRC_URI     = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
 
 PR = "r0"