On Fri, Apr 24, 2015 at 03:22:02PM +0300, Cristian Iorga wrote: > bluez4 recipe has been updated with proper systemd > support, so update meta-systemd append accordingly. > Also update to the right directory structure.
You need to update BBFILES in layer.conf, see: commit 8b465f791a5ef3d9ef138a206c6fb9c3bbcb55b1 Author: Martin Jansa <[email protected]> Date: Sat Apr 13 14:16:51 2013 +0200 layer.conf: remove detection of other layers, now there are only oe-core bbappends > Signed-off-by: Cristian Iorga <[email protected]> > --- > .../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 > ----- > 1 file changed, 5 deletions(-) > rename meta-systemd/{oe-core => > meta-oe}/recipes-connectivity/bluez/bluez4_4.101.bbappend (51%) > > diff --git > a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend > b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend > similarity index 51% > rename from > meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend > rename to > meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend > index da01b05..260c02e 100644 > --- a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend > +++ b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend > @@ -1,9 +1,4 @@ > -inherit systemd > - > -EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" > - > RPROVIDES_${PN} += "${PN}-systemd" > RREPLACES_${PN} += "${PN}-systemd" > RCONFLICTS_${PN} += "${PN}-systemd" > -SYSTEMD_SERVICE_${PN} = "bluetooth.service" > SYSTEMD_AUTO_ENABLE = "disable" > -- > 2.1.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected] -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
