aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:41:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-23 12:53:22 +0200
commita87a492492ffb8198e7b360b19266ecee271e68d (patch)
tree19ee117a6087f24bc7b31ef91b35dca28df53f48
parentdbd7dc8a63cb877aaa63792957b0787abbe54f13 (diff)
downloadmeta-python2-a87a492492ffb8198e7b360b19266ecee271e68d.tar.gz
vpnc, arptables, lirc, debootstrap, log4cpp, python-ldap: drop unused variable PRIORITY
(From meta-openembedded commit: 29e99a67da917efe3f7c41a4701fa78334ab4df5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-ldap_2.4.10.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-ldap_2.4.10.bb b/recipes-devtools/python/python-ldap_2.4.10.bb
index 78a878a..e95da9d 100644
--- a/recipes-devtools/python/python-ldap_2.4.10.bb
+++ b/recipes-devtools/python/python-ldap_2.4.10.bb
@@ -8,7 +8,6 @@ instead of C API. The module mainly acts as a wrapper for the \
OpenLDAP 2.x libraries. Errors will appear as exceptions."
SECTION = "devel/python"
-PRIORITY = "optional"
LICENSE = "PSF"
HOMEPAGE = "http://www.python-ldap.org/"
DEPENDS = "python openldap cyrus-sasl"