diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-11 14:09:32 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-16 09:39:06 +0200 |
| commit | a55a93180733f769d676d9e66f74bf10d5da6ff0 (patch) | |
| tree | 89b5028b9e6ae9b8e506324ea11cb80c74ffc2c7 | |
| parent | 1e6cf9483d41cf8033ada4fd15a07bb4d85aa724 (diff) | |
| download | meta-openembedded-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 @@ | |||
| 1 | inherit systemd | 1 | inherit systemd |
| 2 | 2 | ||
| 3 | PRINC := "${@int(PRINC) + 1}" | ||
| 4 | |||
| 3 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" | 5 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" |
| 4 | 6 | ||
| 5 | SYSTEMD_PACKAGES = "${PN}-systemd" | 7 | SYSTEMD_PACKAGES = "${PN}-systemd" |
