[yocto] [meta-ivi][PATCH 09/23] portmap: Minor file reformatting

Andrei Gherzan andrei.gherzan at windriver.com
Sun Jan 6 03:54:48 PST 2013


Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
 recipes-connectivity/portmap/portmap_6.0.bbappend |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes-connectivity/portmap/portmap_6.0.bbappend b/recipes-connectivity/portmap/portmap_6.0.bbappend
index ea1a1c8..515e9ee 100644
--- a/recipes-connectivity/portmap/portmap_6.0.bbappend
+++ b/recipes-connectivity/portmap/portmap_6.0.bbappend
@@ -1,6 +1,6 @@
-PRINC = "3"
+PRINC := "${@int(PRINC) + 3}"
 
-# Find local "files" and "${PN}" directory
+# Find local ${PN} directory
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
 
 inherit systemd
@@ -9,8 +9,9 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
 SYSTEMD_SERVICE = "portmap.service"
 SYSTEMD_AUTO_ENABLE = "disable"
 
-SRC_URI_append = " file://portmap.service \
-                 "
+SRC_URI_append = " \
+    file://portmap.service \
+    "
 
 INITSCRIPT_NAME = ""
 INITSCRIPT_PARAMS = ""
-- 
1.7.9.5




More information about the yocto mailing list