[meta-virtualization] [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference

Armin Kuster akuster at mvista.com
Mon Jun 30 14:48:09 PDT 2014


replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend b/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
index 7aca867..1755e13 100644
--- a/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
+++ b/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
@@ -1,4 +1,4 @@
-INC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 do_install_append() {
     sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
-- 
1.9.1



More information about the meta-virtualization mailing list