From: erich@mine.nu Date: Wed, 31 Mar 2004 05:01:49 +0000 (+0000) Subject: fakeroot-native_0.9.0.oe: X-Git-Tag: Release-2010-05/1~19804 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11b35a2177e820860f1ac8eee16d854b6a96713;p=openembedded.git fakeroot-native_0.9.0.oe: fakeroot-native: stage libfakeroot.so into ${STAGING_LIBDIR}/libfakeroot so that fakeroot can find it BKrev: 406a50bdwsbMLV7GKofts-ATA8pntw --- diff --git a/fakeroot/fakeroot-native_0.9.0.oe b/fakeroot/fakeroot-native_0.9.0.oe index e69de29bb2..bf113e7380 100644 --- a/fakeroot/fakeroot-native_0.9.0.oe +++ b/fakeroot/fakeroot-native_0.9.0.oe @@ -0,0 +1,9 @@ +include fakeroot_${PV}.oe +inherit native + +S = ${WORKDIR}/fakeroot-${PV} + +do_stage_append () { + install -d ${STAGING_LIBDIR}/libfakeroot + oe_soinstall ${S}/.libs/libfakeroot.so.0.0.1 ${STAGING_LIBDIR}/libfakeroot +}