aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gsl/gsl.inc11
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes/gsl/gsl.inc b/recipes/gsl/gsl.inc
index bc4865c15b..10bacc523d 100644
--- a/recipes/gsl/gsl.inc
+++ b/recipes/gsl/gsl.inc
@@ -3,17 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/gsl/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
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${includedir}/gsl/* ${STAGING_INCDIR}/gsl
-}