From d11b35a2177e820860f1ac8eee16d854b6a96713 Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Wed, 31 Mar 2004 05:01:49 +0000 Subject: fakeroot-native_0.9.0.oe: fakeroot-native: stage libfakeroot.so into ${STAGING_LIBDIR}/libfakeroot so that fakeroot can find it BKrev: 406a50bdwsbMLV7GKofts-ATA8pntw --- fakeroot/fakeroot-native_0.9.0.oe | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fakeroot') 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 +} -- cgit v1.2.3