[meta-virtualization] [PATCH 4/7] [meta-openstack] postgressql: remove PRINC reference

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


replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d2dbd91..027ff9d 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,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 SRC_URI += "file://postgresql \
             file://postgresql-init"
-- 
1.9.1



More information about the meta-virtualization mailing list