aboutsummaryrefslogtreecommitdiffstats
path: root/gsl/gsl_1.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gsl/gsl_1.4.oe')
-rw-r--r--gsl/gsl_1.4.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/gsl/gsl_1.4.oe b/gsl/gsl_1.4.oe
deleted file mode 100644
index 2747cdf827..0000000000
--- a/gsl/gsl_1.4.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "GNU Scientific Library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL"
-
-SRC_URI = "http://www.mirror.ac.uk/sites/sources.redhat.com/pub/gsl/gsl-${PV}.tar.gz"
-
-inherit autotools pkgconfig binconfig
-
-LEAD_SONAME = "libgsl.so"
-
-do_stage() {
- oe_runmake DESTDIR=${S}/.install install
- oe_libinstall -so -C cblas/.libs/ libgslcblas ${STAGING_LIBDIR}
- oe_libinstall -so -C .libs/ libgsl ${STAGING_LIBDIR}
-
- install -d ${STAGING_INCDIR}/gsl
- install -m 0644 .install/usr/include/gsl/* ${STAGING_INCDIR}/gsl
-}