diff options
Diffstat (limited to 'jpeg')
| -rw-r--r-- | jpeg/jpeg_6b.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 4e2a5347b4..acebca58b8 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -28,7 +28,7 @@ do_stage() { install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h - oe_soinstall .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/ + oe_libinstall -so libjpeg ${STAGING_LIBDIR} } do_install() { |
