diff options
-rw-r--r-- | gsl/gsl_1.4.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gsl/gsl_1.4.oe b/gsl/gsl_1.4.oe index bce4fe8530..1aebea1de5 100644 --- a/gsl/gsl_1.4.oe +++ b/gsl/gsl_1.4.oe @@ -7,6 +7,8 @@ SRC_URI = "http://www.mirror.ac.uk/sites/sources.redhat.com/pub/gsl/gsl-${PV}.ta inherit autotools pkgconfig +LEAD_SONAME = "libgsl.so" + do_stage() { oe_runmake DESTDIR=${S}/.install install oe_libinstall -so -C cblas/.libs/ libgslcblas ${STAGING_LIBDIR} |