diff options
Diffstat (limited to 'fakeroot/fakeroot-native_0.9.0.oe')
-rw-r--r-- | fakeroot/fakeroot-native_0.9.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fakeroot/fakeroot-native_0.9.0.oe b/fakeroot/fakeroot-native_0.9.0.oe index a1b91282ef..256f8212b2 100644 --- a/fakeroot/fakeroot-native_0.9.0.oe +++ b/fakeroot/fakeroot-native_0.9.0.oe @@ -6,6 +6,5 @@ S = ${WORKDIR}/fakeroot-${PV} EXTRA_OECONF = "--program-prefix= " do_stage_append () { - install -d ${STAGING_LIBDIR}/libfakeroot - oe_soinstall ${S}/.libs/libfakeroot.so.0.0.1 ${STAGING_LIBDIR}/libfakeroot + oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ } |