Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sat, 3 Jul 2004 17:06:17 +0000 (17:06 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 3 Jul 2004 17:06:17 +0000 (17:06 +0000)
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

fakeroot/fakeroot-native-1.0.4/fix-prefix.patch [new file with mode: 0644]
fakeroot/fakeroot-native_1.0.4.oe

diff --git a/fakeroot/fakeroot-native-1.0.4/fix-prefix.patch b/fakeroot/fakeroot-native-1.0.4/fix-prefix.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..e38eb05 100644 (file)
@@ -0,0 +1,11 @@
+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/
+}