diff options
| author | Tim Orling <TicoTimo@gmail.com> | 2014-03-30 17:44:17 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-21 13:31:47 +0200 |
| commit | 8b29bc67af47e3f6ca272731e5ccf1ff1c59b14c (patch) | |
| tree | 0a97a56f5396ef679dccdfbbe09426c62ef37a34 /meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | |
| parent | 72b21ffad37e520da3e10fe91bf3246774da0e46 (diff) | |
| download | meta-openembedded-8b29bc67af47e3f6ca272731e5ccf1ff1c59b14c.tar.gz | |
gnuplot: upgrade to 4.6.5
* automake patch from 4.4.4 is no longer needed
* PACKAGECONFIG for lua (lua term is only useful for LaTeX)
* linking problems with dlopen, etc. in lua loadlibs.c fixed
** this same problem was seen in jansa world builds for 4.4.4
** I am not able to replicate that error on 4.4.4
NOTE: qt is supported by this version, but I was not able to
figure out the configuration...
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb new file mode 100644 index 0000000000..8a5bca964d --- /dev/null +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require gnuplot.inc | ||
| 2 | |||
| 3 | SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.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] = "9a476b21f74bd99c876f1509d731a0f9" | ||
| 12 | SRC_URI[archive.sha256sum] = "e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d" | ||
| 13 | SRC_URI[qtplot.md5sum] = "0a481885a496092c77eb4017540b5cf6" | ||
| 14 | SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" | ||
