summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-05-12 15:01:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 19:24:03 +0100
commit791302c5842bac59e47fc6f096cc3d4ce3ce57a9 (patch)
treec0ff669e54408efbd73b645112623285732455ae /meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
parent117862cd0eebf6887c2ea6cc353432caee2653aa (diff)
downloadopenembedded-core-791302c5842bac59e47fc6f096cc3d4ce3ce57a9.tar.gz
openembedded-core-791302c5842bac59e47fc6f096cc3d4ce3ce57a9.tar.bz2
openembedded-core-791302c5842bac59e47fc6f096cc3d4ce3ce57a9.zip
pax-utils: upgrade to 0.8.1
Build success for qemux86-64, and test on core-image-minimal. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.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.bb19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index 30fb0e6674..0000000000
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.7.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Security-focused ELF files checking tool"
-DESCRIPTION = "This is a small set of various PaX aware and related \
-utilities for ELF binaries. It can check ELF binary files and running \
-processes for issues that might be relevant when using ELF binaries \
-along with PaX, such as non-PIC code or executable stack and heap."
-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.xz"
-
-SRC_URI[md5sum] = "8ae7743ad11500f7604f2e817221d877"
-SRC_URI[sha256sum] = "1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84"
-
-do_install() {
- oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
-}
-
-BBCLASSEXTEND = "native"