diff options
author | erich@mine.nu <erich@mine.nu> | 2004-03-31 05:01:49 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-03-31 05:01:49 +0000 |
commit | d11b35a2177e820860f1ac8eee16d854b6a96713 (patch) | |
tree | a9cd95ba76a65f0af3029e8ac6b7806c1f3a15c2 /fakeroot | |
parent | 0b3cf2694bdcf1c13f73b0e003addd758b90c2d7 (diff) |
fakeroot-native_0.9.0.oe:
fakeroot-native: stage libfakeroot.so into ${STAGING_LIBDIR}/libfakeroot so that fakeroot can find it
BKrev: 406a50bdwsbMLV7GKofts-ATA8pntw
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot-native_0.9.0.oe | 9 |
1 files changed, 9 insertions, 0 deletions
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 +} |