On 08/12/2013 09:28 AM, Yevhen Kyriukha wrote:
This patch fixes systemd's postinst/postrm script generation.

Signed-off-by: Yevhen Kyriukha <[email protected]>
---
  meta/recipes-connectivity/connman/connman.inc | 1 +
  1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/connman/connman.inc 
b/meta/recipes-connectivity/connman/connman.inc
index 6b5ea0b..c5014b7 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -56,6 +56,7 @@ PACKAGECONFIG[wispr] = 
"--enable-wispr,--disable-wispr,gnutls,"
  INITSCRIPT_NAME = "connman"
  INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."

+SYSTEMD_PACKAGES = "${PN} ${PN}-vpn"

This needs to be guarded with a check for the vpn in PACKAGECONFIG, otherwise a packaging error can occur since the service file is not available:

ERROR: Function failed: SYSTEMD_SERVICE_connman-vpn value connman-vpn.service does not exist

Please correct this.

Thanks
        Sau!

  SYSTEMD_SERVICE_${PN} = "connman.service"
  SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service"
  SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup"

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to