diff options
Diffstat (limited to 'expat')
-rw-r--r-- | expat/expat_1.95.6.oe | 2 | ||||
-rw-r--r-- | expat/expat_1.95.7.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/expat/expat_1.95.6.oe b/expat/expat_1.95.6.oe index 9562239fe1..ae13e5da14 100644 --- a/expat/expat_1.95.6.oe +++ b/expat/expat_1.95.6.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.4.0 ${STAGING_LIBDIR}/ + oe_libinstall -so libexpat ${STAGING_LIBDIR}/ } do_install () { 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 () { |