summaryrefslogtreecommitdiff
path: root/meta/packages/pax-utils/pax-utils_0.1.19.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-31 17:27:38 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-31 23:00:18 +0000
commitfe0e39d0ee5373404f4c7af9c1509af7b52a1804 (patch)
tree09f1953a513bf3477d9dbae6c83f6fa73620355e /meta/packages/pax-utils/pax-utils_0.1.19.bb
parent93df528092154fd256915c28db0fad81c777d5f0 (diff)
downloadopenembedded-core-fe0e39d0ee5373404f4c7af9c1509af7b52a1804.tar.gz
openembedded-core-fe0e39d0ee5373404f4c7af9c1509af7b52a1804.tar.bz2
openembedded-core-fe0e39d0ee5373404f4c7af9c1509af7b52a1804.tar.xz
openembedded-core-fe0e39d0ee5373404f4c7af9c1509af7b52a1804.zip
pax-utils: Upgrade 0.1.13 -> 0.1.19
Diffstat (limited to 'meta/packages/pax-utils/pax-utils_0.1.19.bb')
-rw-r--r--meta/packages/pax-utils/pax-utils_0.1.19.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/pax-utils/pax-utils_0.1.19.bb b/meta/packages/pax-utils/pax-utils_0.1.19.bb
new file mode 100644
index 000000000..11cdafef1
--- /dev/null
+++ b/meta/packages/pax-utils/pax-utils_0.1.19.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Various ELF utilities"
+HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
+LICENSE = "GPLv2"
+
+SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2"
+S = "${WORKDIR}/pax-utils-${PV}"
+
+CPPFLAGS += "-D_GNU_SOURCE "
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}
+