diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 10:20:16 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 10:20:18 -0400 |
| commit | fd6479f1a9b4f950291b58298d32a0224bc93e4e (patch) | |
| tree | 4a71658331826ea38350612f1cd93d3171354f10 /meta-openstack/recipes-extended | |
| parent | 6549b2afe37bc17cafd8c6a824cd799afa1bb35b (diff) | |
| download | meta-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-extended')
3 files changed, 0 insertions, 6 deletions
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 @@ | |||
| 1 | INC := "${@int(PRINC) + 1}" | ||
| 2 | |||
| 3 | RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \ | 1 | RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \ |
| 4 | kernel-module-xt-redirect \ | 2 | kernel-module-xt-redirect \ |
| 5 | " | 3 | " |
diff --git a/meta-openstack/recipes-extended/libpam/libpam_1.1.6.bbappend b/meta-openstack/recipes-extended/libpam/libpam_1.1.6.bbappend index dc32cc9..0e93ace 100644 --- a/meta-openstack/recipes-extended/libpam/libpam_1.1.6.bbappend +++ b/meta-openstack/recipes-extended/libpam/libpam_1.1.6.bbappend | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | PRINC = "1" | ||
| 2 | |||
| 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 4 | 2 | ||
| 5 | SRC_URI += "file://common-account" | 3 | 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 @@ | |||
| 1 | INC := "${@int(PRINC) + 1}" | ||
| 2 | |||
| 3 | do_install_append() { | 1 | do_install_append() { |
| 4 | 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 | 2 | 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 |
| 5 | } | 3 | } |
