From: Richard Purdie Date: Mon, 10 Apr 2006 22:12:08 +0000 (+0000) Subject: Add fakechroot and fakechroot-native X-Git-Tag: Release-2010-05/1~9453^2~2067^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734c5296cdfc25ec221233f49455e1280a64a595;p=openembedded.git Add fakechroot and fakechroot-native --- diff --git a/packages/fakechroot/.mtn2git_empty b/packages/fakechroot/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/fakechroot/fakechroot-native_2.5.bb b/packages/fakechroot/fakechroot-native_2.5.bb new file mode 100644 index 0000000000..5af3e79467 --- /dev/null +++ b/packages/fakechroot/fakechroot-native_2.5.bb @@ -0,0 +1,12 @@ +SECTION = "base" +PR = "r0" +include fakechroot_${PV}.bb +inherit native + +S = "${WORKDIR}/fakechroot-${PV}" + +EXTRA_OECONF = " --program-prefix=" + +do_stage_append () { + oe_libinstall -so libfakechroot ${STAGING_LIBDIR}/libfakechroot/ +} diff --git a/packages/fakechroot/fakechroot_2.5.bb b/packages/fakechroot/fakechroot_2.5.bb new file mode 100644 index 0000000000..c791512185 --- /dev/null +++ b/packages/fakechroot/fakechroot_2.5.bb @@ -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