[oe-commits] Koen Kooi : gnuplot: use gdlib from staging, not from host

GIT User account git at amethyst.openembedded.net
Mon Feb 2 14:49:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dd15a6de33c82691a9494b6ee6f70a88a4c459cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd15a6de33c82691a9494b6ee6f70a88a4c459cc

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  2 15:45:54 2009 +0100

gnuplot: use gdlib from staging, not from host

---

 packages/gnuplot/gnuplot.inc      |    2 +-
 packages/gnuplot/gnuplot_4.2.4.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnuplot/gnuplot.inc b/packages/gnuplot/gnuplot.inc
index bf44252..30affad 100644
--- a/packages/gnuplot/gnuplot.inc
+++ b/packages/gnuplot/gnuplot.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gnuplot.info/"
 SECTION = "console/scientific"
 LICENSE = "BSD-4"
 PRIORITY = "optional"
-DEPENDS = "virtual/libx11 readline"
+DEPENDS = "virtual/libx11 gd cairo readline"
 
 inherit autotools
 
diff --git a/packages/gnuplot/gnuplot_4.2.4.bb b/packages/gnuplot/gnuplot_4.2.4.bb
index 478f6e2..1df0c9f 100644
--- a/packages/gnuplot/gnuplot_4.2.4.bb
+++ b/packages/gnuplot/gnuplot_4.2.4.bb
@@ -1,6 +1,6 @@
 require gnuplot.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz \
            http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \





More information about the Openembedded-commits mailing list