summaryrefslogtreecommitdiff
path: root/packages/pax-utils/pax-utils-native_0.1.9.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-12 19:03:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-12 19:03:27 +0000
commit2e1c29f22ce2c7815a0b129712908706ea1f1140 (patch)
tree9f9aea30a969fbbc241fc5ae8f7d72c5e8dd9823 /packages/pax-utils/pax-utils-native_0.1.9.bb
parentd610bd848e19c84e3de9a38414a0cc9815903a3c (diff)
conf/bitbake.conf:
- Add GENTOO_MIRROR packages/pax-utils: - Add version 0.1.9 of the pax utilities including scanelf. I will use it in a dedicated QA bbclass to check for common security issues.
Diffstat (limited to 'packages/pax-utils/pax-utils-native_0.1.9.bb')
-rw-r--r--packages/pax-utils/pax-utils-native_0.1.9.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/pax-utils/pax-utils-native_0.1.9.bb b/packages/pax-utils/pax-utils-native_0.1.9.bb
new file mode 100644
index 0000000000..d586dcb29e
--- /dev/null
+++ b/packages/pax-utils/pax-utils-native_0.1.9.bb
@@ -0,0 +1,7 @@
+inherit native
+
+require pax-utils_${PV}.bb
+
+do_stage() {
+ oe_runmake PREFIX=${STAGING_DIR}/${HOST_SYS} install
+}