From cb8ec6fbebfe00975445c7651f9b75472f8d45e7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 3 Jul 2004 17:06:17 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages 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 | 0 fakeroot/fakeroot-native_1.0.4.oe | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 fakeroot/fakeroot-native-1.0.4/fix-prefix.patch 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 index 0000000000..e69de29bb2 diff --git a/fakeroot/fakeroot-native_1.0.4.oe b/fakeroot/fakeroot-native_1.0.4.oe index e69de29bb2..e38eb054de 100644 --- a/fakeroot/fakeroot-native_1.0.4.oe +++ b/fakeroot/fakeroot-native_1.0.4.oe @@ -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/ +} -- 2.39.5