From 00fb5ffcd5cda19bd4780d3791dcf487499a157e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Aug 2014 10:20:16 -0400 Subject: 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 --- meta-openstack/recipes-connectivity/openssh/openssh_6.0p1.bbappend | 2 -- meta-openstack/recipes-core/base-files/base-files_3.0.14.bbappend | 2 -- meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend | 2 -- meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend | 2 -- meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend | 2 -- meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend | 2 -- meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend | 1 - meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend | 1 - meta-openstack/recipes-support/openldap/openldap_2.4.39.bbappend | 2 -- meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 1 - 10 files changed, 17 deletions(-) diff --git a/meta-openstack/recipes-connectivity/openssh/openssh_6.0p1.bbappend b/meta-openstack/recipes-connectivity/openssh/openssh_6.0p1.bbappend index ad7e232..bfc543a 100644 --- a/meta-openstack/recipes-connectivity/openssh/openssh_6.0p1.bbappend +++ b/meta-openstack/recipes-connectivity/openssh/openssh_6.0p1.bbappend @@ -1,5 +1,3 @@ -PRINC = "1" - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://mcs-sshd" diff --git a/meta-openstack/recipes-core/base-files/base-files_3.0.14.bbappend b/meta-openstack/recipes-core/base-files/base-files_3.0.14.bbappend index a24bc7f..53f0c20 100644 --- a/meta-openstack/recipes-core/base-files/base-files_3.0.14.bbappend +++ b/meta-openstack/recipes-core/base-files/base-files_3.0.14.bbappend @@ -1,5 +1,3 @@ -PRINC = "1" - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://nsswitch.conf" diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend index 7b4d5df..2a53557 100644 --- a/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend +++ b/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend @@ -1,5 +1,3 @@ -INC := "${@int(PRINC) + 1}" - RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \ kernel-module-xt-redirect \ " diff --git a/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend b/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend index dc32cc9..0e93ace 100644 --- a/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend +++ b/meta-openstack/recipes-extended/libpam/libpam_1.1.5.bbappend @@ -1,5 +1,3 @@ -PRINC = "1" - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://common-account" diff --git a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend index 50fab9f..33b1f61 100644 --- a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend +++ b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend @@ -1,5 +1,3 @@ -INC := "${@int(PRINC) + 1}" - do_install_append() { sed -i '2i port=`grep "^server.port" /etc/lighttpd.conf`; if [ -z $port ]; then echo "server port not configured, not running lighttpd..."; exit 0; fi' ${D}/etc/init.d/lighttpd } diff --git a/meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend b/meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend index 7aca867..7af8143 100644 --- a/meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend +++ b/meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend @@ -1,5 +1,3 @@ -INC := "${@int(PRINC) + 1}" - do_install_append() { sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend index 2d7c60f..955716b 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,5 +1,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" SRC_URI += "file://iscsi-tcp.scc \ file://enable-iscsi-tcp.cfg \ diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend index 28d4622..843546c 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -1,5 +1,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" SRC_URI += "file://enable-veth.cfg \ file://enable-iscsi-tcp.cfg \ 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 @@ -PRINC = "2" - DEPEND_${PN} += "cyrus-sasl" RDEPEND_${PN} += "libsasl2-modules" 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" SRC_URI += "file://postgresql \ file://postgresql-init" -- cgit v1.2.3-54-g00ecf