[meta-virtualization] [PATCH 3/7] [meta-openstack] lighttpd: remove PRINC reference

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


replace PRINC with PR .= ".1"

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

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..90f1758 100644
--- a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
+++ b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
@@ -1,4 +1,4 @@
-INC := "${@int(PRINC) + 1}"
+PR .= ".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
-- 
1.9.1



More information about the meta-virtualization mailing list