pax-utils: Sync with OE.dev fixing native version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-05-06 14:02:11 +01:00
parent 28ca131ebe
commit 3b9ac3f017
1 changed files with 8 additions and 3 deletions

View File

@ -2,9 +2,11 @@ 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"
SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
S = "${WORKDIR}/pax-utils-${PV}"
PR = "r2"
CPPFLAGS += "-D_GNU_SOURCE "
do_compile() {
@ -12,8 +14,11 @@ do_compile() {
}
do_install() {
oe_runmake DESTDIR=${D} install
oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
}
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "98f6b9fe17a740a8cc577255422c6103"
SRC_URI[sha256sum] = "3918628e9f2508708a1a28f5ed4cb39d07cbd5711747bbb3ddf63816d056c11e"