diff options
Diffstat (limited to 'expat/expat_1.95.7.oe')
-rw-r--r-- | expat/expat_1.95.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/expat_1.95.7.oe b/expat/expat_1.95.7.oe index 546d151d86..b3e8125ca7 100644 --- a/expat/expat_1.95.7.oe +++ b/expat/expat_1.95.7.oe @@ -9,7 +9,7 @@ export LTCC = "${CC}" do_stage () { install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/ - oe_soinstall .libs/libexpat.so.0.5.0 ${STAGING_LIBDIR}/ + oe_libinstall -so libexpat ${STAGING_LIBDIR} } do_install () { |