mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Add pax-utils for insane.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1194 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
inherit native
|
||||||
|
|
||||||
|
require pax-utils_${PV}.bb
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
oe_runmake PREFIX=${STAGING_DIR}/${HOST_SYS} install
|
||||||
|
}
|
||||||
@@ -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;md5sum=5f09df47a16e83462384b44b75310539"
|
||||||
|
S = "${WORKDIR}/pax-utils-${PV}"
|
||||||
|
|
||||||
|
CPPFLAGS += "-D_GNU_SOURCE "
|
||||||
|
|
||||||
|
do_compile() {
|
||||||
|
oe_runmake
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
oe_runmake DESTDIR=${D} install
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user