diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-07-26 20:24:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-09-22 11:09:16 +0200 |
commit | e1d1c86ee9f14c93100fc706c1a3f7db03a0301f (patch) | |
tree | 7e2558a6cafad336766fa0fa12adeccf922ebd15 /recipes-connectivity/connman | |
parent | bb284933997c40ee86b4243e77f331d1b3fc6f7e (diff) |
systemd: adapt to new systemd handling
with the move from meta-openembedded to oe-core some things have
changed, e.g. the config files have to explicitly installed
Diffstat (limited to 'recipes-connectivity/connman')
-rw-r--r-- | recipes-connectivity/connman/connman_1.12.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-connectivity/connman/connman_1.12.bbappend b/recipes-connectivity/connman/connman_1.12.bbappend index 53e7eb6..94fcfd6 100644 --- a/recipes-connectivity/connman/connman_1.12.bbappend +++ b/recipes-connectivity/connman/connman_1.12.bbappend @@ -5,5 +5,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += " \ file://dont_start_connman_on_nfsboot.patch \ " - -SYSTEMD_PACKAGES = "${PN}-systemd" |