aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/gnuplot
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-19 23:00:09 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-20 19:22:57 +0100
commitdb58368843bdedc7b132070410ae18e9b055be15 (patch)
treeab117c622b243c1d34e1aa7179311d7d0140ea38 /recipes-qtopia/gnuplot
parent2baaad67eb73ad3b9762c192b36390fd22948366 (diff)
downloadmeta-opie-db58368843bdedc7b132070410ae18e9b055be15.tar.gz
Drop PRIORITY variable
As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/gnuplot')
-rw-r--r--recipes-qtopia/gnuplot/gnuplot.inc1
-rw-r--r--recipes-qtopia/gnuplot/qtplot_0.2.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qtopia/gnuplot/gnuplot.inc b/recipes-qtopia/gnuplot/gnuplot.inc
index 30affad..657941b 100644
--- a/recipes-qtopia/gnuplot/gnuplot.inc
+++ b/recipes-qtopia/gnuplot/gnuplot.inc
@@ -3,7 +3,6 @@ DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
HOMEPAGE = "http://www.gnuplot.info/"
SECTION = "console/scientific"
LICENSE = "BSD-4"
-PRIORITY = "optional"
DEPENDS = "virtual/libx11 gd cairo readline"
inherit autotools
diff --git a/recipes-qtopia/gnuplot/qtplot_0.2.bb b/recipes-qtopia/gnuplot/qtplot_0.2.bb
index da75440..81708b8 100644
--- a/recipes-qtopia/gnuplot/qtplot_0.2.bb
+++ b/recipes-qtopia/gnuplot/qtplot_0.2.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "QT Gnuplot is a front end for Gnuplot. Install Opie-Embedded \
console to enable the Launch Gnuplot menu option."
HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html"
SECTION = "opie/applications"
-PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gnuplot"
RDEPDENDS_${PN} = "gnuplot"