into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/03 19:06:03+02:00 uni-frankfurt.de!mickey
unbreak fakeroot-native (please doublecheck that adding later revisions of packages don't break anything)
BKrev: 40e6e7897Foy_u886Y7C8uhCzQdiTw
+include fakeroot_${PV}.oe
+inherit native
+
+SRC_URI += "file://fix-prefix.patch;patch=1"
+S = ${WORKDIR}/fakeroot-${PV}
+
+EXTRA_OECONF = "--program-prefix="
+
+do_stage_append () {
+ oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
+}