summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-httpd/apache2
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-httpd/apache2
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-httpd/apache2')
-rw-r--r--meta-openstack/recipes-httpd/apache2/apache2_2.4.10.bbappend2
1 files changed, 0 insertions, 2 deletions
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 @@
1INC := "${@int(PRINC) + 1}"
2
3do_install_append() { 1do_install_append() {
4 sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf 2 sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
5 3