fakeroot-native_0.9.0.oe:
authorerich@mine.nu <erich@mine.nu>
Wed, 31 Mar 2004 05:01:49 +0000 (05:01 +0000)
committererich@mine.nu <erich@mine.nu>
Wed, 31 Mar 2004 05:01:49 +0000 (05:01 +0000)
  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

index e69de29..bf113e7 100644 (file)
@@ -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
+}