diff options
Diffstat (limited to 'gmp/gmp_4.1.2.oe')
-rw-r--r-- | gmp/gmp_4.1.2.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index 9c76cbbe87..efca7421bb 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -9,7 +9,6 @@ inherit autotools libtool acpaths = "" do_stage () { - install -m 0644 .libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la - oe_soinstall .libs/libgmp.so.3.3.2 ${STAGING_LIBDIR} + oe_libinstall -so libgmp ${STAGING_LIBDIR} install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h } |