fakechroot: Clean up and convert to BBCLASSEXTEND

This commit is contained in:
Richard Purdie 2009-01-03 18:32:56 +00:00
parent d0cff01fba
commit 8bc4105ddf
3 changed files with 5 additions and 13 deletions

View File

@ -1,12 +0,0 @@
SECTION = "base"
PR = "r1"
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

@ -5,4 +5,8 @@ LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \
file://fix-readlink.patch;patch=1"
inherit autotools
inherit autotools_stage
PR = "r2"
BBCLASSEXTEND = "native"