aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-07-11 14:09:32 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:06 +0200
commita55a93180733f769d676d9e66f74bf10d5da6ff0 (patch)
tree89b5028b9e6ae9b8e506324ea11cb80c74ffc2c7
parent1e6cf9483d41cf8033ada4fd15a07bb4d85aa724 (diff)
downloadmeta-openembedded-contrib-a55a93180733f769d676d9e66f74bf10d5da6ff0.tar.gz
connman: move systemd support to meta-systemd
-rw-r--r--meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend (renamed from meta-oe/recipes-connectivity/connman/connman_1.0.bbappend)2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend b/meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
index 167165f9a2..a9d13e627c 100644
--- a/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
+++ b/meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
@@ -1,5 +1,7 @@
inherit systemd
+PRINC := "${@int(PRINC) + 1}"
+
EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
SYSTEMD_PACKAGES = "${PN}-systemd"