From: Michael Lauer Date: Sat, 3 Jul 2004 17:06:17 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18374 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8ec6fbebfe00975445c7651f9b75472f8d45e7;p=openembedded.git 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 --- 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/ +}