summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-04-15 16:59:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-28 12:12:20 +0100
commit9bc16a098759ad842afabe63d4008998506d492f (patch)
tree2f1e2b7c4e2a2bf6483d765a46f7e14c7682d1aa /meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
parent6a7aa9cac2fc128ffc9ea4416426335e06db345a (diff)
downloadpoky-9bc16a098759ad842afabe63d4008998506d492f.tar.gz
pax-utils : upgrade to 0.7
upgrade from 0.6 -> 0.7 (From OE-Core rev: 5a868cc5aba80c9208973755541a060e417b77f0) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pax-utils/pax-utils_0.7.bb')
-rw-r--r--meta/recipes-devtools/pax-utils/pax-utils_0.7.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
new file mode 100644
index 0000000000..63cf0ea3ff
--- /dev/null
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Security-focused ELF files checking tool"
2DESCRIPTION = "This is a small set of various PaX aware and related \
3utilities for ELF binaries. It can check ELF binary files and running \
4processes for issues that might be relevant when using ELF binaries \
5along with PaX, such as non-PIC code or executable stack and heap."
6HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9
10SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz"
11
12SRC_URI[md5sum] = "8ae7743ad11500f7604f2e817221d877"
13SRC_URI[sha256sum] = "1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84"
14PR = "r0"
15
16do_install() {
17 oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
18}
19
20BBCLASSEXTEND = "native"