diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/connman/connman_0.78.bbappend')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.78.bbappend | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend b/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend new file mode 100644 index 000000000..d6f756cff --- /dev/null +++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend | |||
@@ -0,0 +1,13 @@ | |||
1 | inherit systemd | ||
2 | |||
3 | EXTRA_OECONF += "--with-systemdunitdir=${base_libdir}/systemd/system/" | ||
4 | |||
5 | PRINC := "${@int(PRINC) + 1}" | ||
6 | |||
7 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
8 | SYSTEMD_SERVICE_${PN}-systemd = "connman.service" | ||
9 | |||
10 | # systemd files | ||
11 | PACKAGES =+ "${PN}-systemd" | ||
12 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
13 | RDEPENDS_${PN}-systemd += "${PN}" | ||