Add fakechroot and fakechroot-native
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 10 Apr 2006 22:12:08 +0000 (22:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Apr 2006 22:12:08 +0000 (22:12 +0000)
packages/fakechroot/.mtn2git_empty [new file with mode: 0644]
packages/fakechroot/fakechroot-native_2.5.bb [new file with mode: 0644]
packages/fakechroot/fakechroot_2.5.bb [new file with mode: 0644]

diff --git a/packages/fakechroot/.mtn2git_empty b/packages/fakechroot/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/fakechroot/fakechroot-native_2.5.bb b/packages/fakechroot/fakechroot-native_2.5.bb
new file mode 100644 (file)
index 0000000..5af3e79
--- /dev/null
@@ -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 (file)
index 0000000..c791512
--- /dev/null
@@ -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