fakechroot: Add from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5096 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-08-25 20:42:41 +00:00
parent f57852eb76
commit bb6a165c58
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,12 @@
SECTION = "base"
PR = "r0"
require fakechroot_${PV}.bb
inherit native
S = "${WORKDIR}/fakechroot-${PV}"
EXTRA_OECONF = " --program-prefix="
do_stage_append () {
oe_libinstall -so libfakechroot ${STAGING_LIBDIR}/libfakechroot/
}

View File

@ -0,0 +1,7 @@
SECTION = "base"
DESCRIPTION = "Gives a fake root environment which can support chroot"
LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz"
inherit autotools