aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnuplot
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:56:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-18 18:02:07 +0200
commitc0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch)
treecfeff92229e10bf27533dc5309e42213e5bdee8f /packages/gnuplot
parente769c7fbe16294b2c5306edfafa1ec821b7b138c (diff)
downloadopenembedded-c0b6dd9b41279ff00c5a90e49108945a0fee9cdd.tar.gz
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
Diffstat (limited to 'packages/gnuplot')
-rw-r--r--packages/gnuplot/gnuplot_4.0.0.bb2
-rw-r--r--packages/gnuplot/gnuplot_4.2.4.bb2
-rw-r--r--packages/gnuplot/gnuplot_cvs.bb2
-rw-r--r--packages/gnuplot/qtplot_0.2.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/gnuplot/gnuplot_4.0.0.bb b/packages/gnuplot/gnuplot_4.0.0.bb
index 72efdfd3e3..abf519ae6e 100644
--- a/packages/gnuplot/gnuplot_4.0.0.bb
+++ b/packages/gnuplot/gnuplot_4.0.0.bb
@@ -1,6 +1,6 @@
require gnuplot.inc
-FILE_PR = "r5"
+PR = "r5"
SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \
file://subdirs.patch;patch=1 \
diff --git a/packages/gnuplot/gnuplot_4.2.4.bb b/packages/gnuplot/gnuplot_4.2.4.bb
index 8c2e7cbbc5..478f6e2b0f 100644
--- a/packages/gnuplot/gnuplot_4.2.4.bb
+++ b/packages/gnuplot/gnuplot_4.2.4.bb
@@ -1,6 +1,6 @@
require gnuplot.inc
-FILE_PR = "r0"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz \
http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \
diff --git a/packages/gnuplot/gnuplot_cvs.bb b/packages/gnuplot/gnuplot_cvs.bb
index b4fe9beeab..ff3e9b3810 100644
--- a/packages/gnuplot/gnuplot_cvs.bb
+++ b/packages/gnuplot/gnuplot_cvs.bb
@@ -1,7 +1,7 @@
require gnuplot.inc
PV = "4.3.0+cvs${SRCDATE}"
-FILE_PR = "r0"
+PR = "r0"
DEFAULT_PREFERENCE = "-1"
diff --git a/packages/gnuplot/qtplot_0.2.bb b/packages/gnuplot/qtplot_0.2.bb
index d0b178630f..cc57260f49 100644
--- a/packages/gnuplot/qtplot_0.2.bb
+++ b/packages/gnuplot/qtplot_0.2.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL"
DEPENDS = "gnuplot"
RDEPDENDS_${PN} = "gnuplot"
-FILE_PR = "r1"
+PR = "r1"
SRC_URI = "http://www.mneuroth.de/privat/zaurus/qtplot-${PV}.tar.gz"