summaryrefslogtreecommitdiffstats
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 000000000..10bacc523
--- /dev/null
+++ b/meta-oe/recipes-support/gsl/gsl.inc
@@ -0,0 +1,10 @@
1DESCRIPTION = "GNU Scientific Library"
2HOMEPAGE = "http://www.gnu.org/software/gsl/"
3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPL"
6PR = "r1"
7
8inherit autotools pkgconfig binconfig
9
10LEAD_SONAME = "libgsl.so"