summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 10:20:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 10:20:18 -0400
commitfd6479f1a9b4f950291b58298d32a0224bc93e4e (patch)
tree4a71658331826ea38350612f1cd93d3171354f10 /meta-openstack/recipes-support
parent6549b2afe37bc17cafd8c6a824cd799afa1bb35b (diff)
downloadmeta-cloud-services-fd6479f1a9b4f950291b58298d32a0224bc93e4e.tar.gz
housekeeping: remove PRINC from recipes
Removing PRINC from recipes to silence the bitbake warning about it being a depreciated variable. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend2
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend1
2 files changed, 0 insertions, 3 deletions
diff --git a/meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend b/meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend
index 3f9fc7d..296e275 100644
--- a/meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend
+++ b/meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend
@@ -1,5 +1,3 @@
1PRINC = "2"
2
3DEPEND_${PN} += "cyrus-sasl" 1DEPEND_${PN} += "cyrus-sasl"
4RDEPEND_${PN} += "libsasl2-modules" 2RDEPEND_${PN} += "libsasl2-modules"
5 3
diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
index 26984ca..2e61fde 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -1,5 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2PRINC := "${@int(PRINC) + 1}"
3 2
4SRC_URI += "file://postgresql \ 3SRC_URI += "file://postgresql \
5 file://postgresql-init" 4 file://postgresql-init"