aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gsl/gsl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gsl/gsl.inc')
-rw-r--r--meta-oe/recipes-support/gsl/gsl.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl.inc b/meta-oe/recipes-support/gsl/gsl.inc
new file mode 100644
index 0000000000..10bacc523d
--- /dev/null
+++ b/meta-oe/recipes-support/gsl/gsl.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "GNU Scientific Library"
+HOMEPAGE = "http://www.gnu.org/software/gsl/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r1"
+
+inherit autotools pkgconfig binconfig
+
+LEAD_SONAME = "libgsl.so"