aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-13 19:02:45 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-14 16:49:27 +0100
commit040f75eca217c79fed7b881589d9bb36358cffe1 (patch)
tree4bf0e7e02544e9ffa54aa0ead966c411d7dbd0be /meta-oe/recipes-devtools/python
parentf8d19a8b02e1b4b7b0bbb8d49fa685ec65843b02 (diff)
downloadmeta-openembedded-contrib-040f75eca217c79fed7b881589d9bb36358cffe1.tar.gz
Drop PRIORITY variable
As discussed on the 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 references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-cython_0.13.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-numeric_24.2.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-pexpect_2.3.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-pyserial_2.4.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb1
11 files changed, 0 insertions, 11 deletions
diff --git a/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb b/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
index a026a255a9..a74c533726 100644
--- a/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
+++ b/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "Python command-line parsing library"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
SRCNAME = argparse
diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
index 30c3d47c18..e1a4053e99 100644
--- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
+++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "Python template engine and code generation tool"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aff1107514aa6aae948f9fe71fdc393b"
diff --git a/meta-oe/recipes-devtools/python/python-cython_0.13.bb b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
index f705756804..b547de67ba 100644
--- a/meta-oe/recipes-devtools/python/python-cython_0.13.bb
+++ b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "Cython is a language specially designed for writing Python extens
It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
and the messy, low-level world of C."
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
SRCNAME = "Cython"
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
index 8cde2886e2..e69b946369 100644
--- a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
@@ -1,7 +1,6 @@
DESCRIPTION = "Extensions to the standard Python date/time support"
HOMEPAGE = "http://labix.org/python-dateutil"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6"
SRCNAME = "${PN}"
diff --git a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb b/meta-oe/recipes-devtools/python/python-numeric_24.2.bb
index 436718f467..1bee01dc1a 100644
--- a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb
+++ b/meta-oe/recipes-devtools/python/python-numeric_24.2.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF & LLNL"
LIC_FILES_CHKSUM = "file://Legal.htm;md5=e3ce75dedd4043918d15979ae43e312e"
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
index ed47f47db1..44d60b1801 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
index 8111ba3f09..c4d748638e 100644
--- a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "A Pure Python Expect like Module for Python"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=04a2bf11b85ce49d4a8c0c413fd34404"
SRCNAME = "pexpect"
diff --git a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb b/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb
index 5a6dd54960..2c3a622866 100644
--- a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb
+++ b/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb
@@ -1,7 +1,6 @@
DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System"
SECTION = "devel/python"
DEPENDS = "alsa-lib"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"
SRCNAME = "pyalsaaudio"
diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb b/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
index cc138d196b..46847441e3 100644
--- a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
+++ b/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "Serial Port Support for Python"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7424386ffe323e815ee62ee9ad591dd8"
SRCNAME = "pyserial"
diff --git a/meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb
index 6b17a41f7f..ca7335e0f5 100644
--- a/meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb
@@ -1,7 +1,6 @@
DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
diff --git a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb b/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb
index 6b7e7a481c..85affe8da8 100644
--- a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb
+++ b/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files"
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "Apache License V2.0"
LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
HOMEPAGE = "http://vobject.skyhouseconsulting.com/"