diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 17:27:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 23:00:18 +0000 |
commit | fe0e39d0ee5373404f4c7af9c1509af7b52a1804 (patch) | |
tree | 09f1953a513bf3477d9dbae6c83f6fa73620355e /meta/packages/pax-utils/pax-utils_0.1.19.bb | |
parent | 93df528092154fd256915c28db0fad81c777d5f0 (diff) | |
download | poky-fe0e39d0ee5373404f4c7af9c1509af7b52a1804.tar.gz |
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.bb | 17 |
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 0000000000..11cdafef12 --- /dev/null +++ b/meta/packages/pax-utils/pax-utils_0.1.19.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Various ELF utilities" | ||
2 | HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2" | ||
6 | S = "${WORKDIR}/pax-utils-${PV}" | ||
7 | |||
8 | CPPFLAGS += "-D_GNU_SOURCE " | ||
9 | |||
10 | do_compile() { | ||
11 | oe_runmake | ||
12 | } | ||
13 | |||
14 | do_install() { | ||
15 | oe_runmake DESTDIR=${D} install | ||
16 | } | ||
17 | |||