diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-30 23:44:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 00:14:54 +0200 |
| commit | edd4f5c9bb90ef248be5b1da7e149b5aea8f68f7 (patch) | |
| tree | 789cb6cda3bd5658608dbe56f9da5dcb89cd0e81 /meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb | |
| parent | 44118edc758683551cde0f700020823f53389c4f (diff) | |
| download | meta-openembedded-edd4f5c9bb90ef248be5b1da7e149b5aea8f68f7.tar.gz | |
gnuplot: import from meta-smartphone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb new file mode 100644 index 0000000000..d922afc898 --- /dev/null +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require gnuplot.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \ | ||
| 6 | http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \ | ||
| 7 | file://subdirs.patch \ | ||
| 8 | file://gnuplot.desktop \ | ||
| 9 | file://gnuplot.png \ | ||
| 10 | file://automake-1.12.x.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[archive.md5sum] = "97a43328e81e57ebed7f135ca0c07e82" | ||
| 14 | SRC_URI[archive.sha256sum] = "d228599d08d5f87bcb79af8af8bb432c77d942802b1643f920c7baaeaf1ddbfd" | ||
| 15 | SRC_URI[qtplot.md5sum] = "0a481885a496092c77eb4017540b5cf6" | ||
| 16 | SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" | ||
