diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-17 21:02:05 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-17 21:02:05 +0000 |
commit | c853226632b7a14641aeb6ace0bf59d6160b11e5 (patch) | |
tree | 4d0c7bb9e42144c361b415a9a369fd6dcb5981ea /gsl | |
parent | f172dae4b909b93a9a2c16f9ae89c661c0720830 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages
2004/08/17 23:01:08+02:00 dyndns.org!reenoo
gsl: add LEAD_SONAME
BKrev: 4122724dpRp7E1e4amuBj0X0lN4AYA
Diffstat (limited to 'gsl')
-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} |