aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakechroot/fakechroot-native_2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fakechroot/fakechroot-native_2.5.bb')
-rw-r--r--recipes/fakechroot/fakechroot-native_2.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/fakechroot/fakechroot-native_2.5.bb b/recipes/fakechroot/fakechroot-native_2.5.bb
new file mode 100644
index 0000000000..efd41c7126
--- /dev/null
+++ b/recipes/fakechroot/fakechroot-native_2.5.bb
@@ -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/
+}