summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pax-utils
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 14:46:44 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 14:46:44 +0800
commit9e4e8ce475620ced759be5f2a2ad0e092bb9ee9d (patch)
treee78f1c0c34acd0539ce4ae68efd33da7edb7ba04 /meta/recipes-devtools/pax-utils
parentab2596d8cf2bb97d16c0bcd796f75b38737dc7a0 (diff)
downloadopenembedded-core-9e4e8ce475620ced759be5f2a2ad0e092bb9ee9d.tar.gz
pax-utils: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/recipes-devtools/pax-utils')
-rw-r--r--meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
index f450f32f1c..441797b882 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
@@ -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"