diff options
| author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2016-11-07 18:05:02 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:42 +0100 |
| commit | 2372fb641257a81547a20483bda4913f90605997 (patch) | |
| tree | 32f85b96ab3e74342ecbabe6269c6cbe8187a992 /meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb | |
| parent | b70dd8f2af20bdafcdcec0db4ad4fb5b4e688e35 (diff) | |
| download | meta-openembedded-2372fb641257a81547a20483bda4913f90605997.tar.gz | |
gnuplot: upgrade to 5.0.5
Add PACKAGECONFIG for 'qt4' and default to not enable it as there's
do_compile failure when qt4 is enabled.
The obsolete '--without-lisp-files' option is removed.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb new file mode 100644 index 0000000000..42308ba0be --- /dev/null +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require gnuplot.inc | ||
| 2 | |||
| 3 | SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${BP}.tar.gz;name=archive \ | ||
| 4 | http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \ | ||
| 5 | file://subdirs.patch \ | ||
| 6 | file://lua-loadlibs-configure-in-fix.patch \ | ||
| 7 | file://gnuplot.desktop \ | ||
| 8 | file://gnuplot.png \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[archive.md5sum] = "c5e96fca73afbee4f57cbc1bfce6b3b8" | ||
| 12 | SRC_URI[archive.sha256sum] = "25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053" | ||
| 13 | SRC_URI[qtplot.md5sum] = "0a481885a496092c77eb4017540b5cf6" | ||
| 14 | SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" | ||
