aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorStephen Arnold <stephen.arnold42@gmail.com>2014-04-01 20:47:45 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-21 13:31:47 +0200
commit797b517efc12b538fdc8a33a24c99b52a294bc9d (patch)
tree878d2d3d4bcc523e306e21c0931c19b8e5966d61 /meta-oe/recipes-extended
parent8b29bc67af47e3f6ca272731e5ccf1ff1c59b14c (diff)
downloadmeta-openembedded-797b517efc12b538fdc8a33a24c99b52a294bc9d.tar.gz
gnuplot: added upstream license file and updated recipe to match
This fixes QA warnings about missing license file and updates the license type to match custom license file. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
index ab3ec3fbba..6c27e6d8ab 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
(text or binary) and function plotting utility."
HOMEPAGE = "http://www.gnuplot.info/"
SECTION = "console/scientific"
-LICENSE = "BSD-4"
+LICENSE = "gnuplot"
LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
DEPENDS = "virtual/libx11 gd readline"