Go to file
André Draszik 6cc951d657 mosquitto: fix build in systemd environments
The mosquitto systemd service file instructs systemd to wait
for mosquitto to notify systemd that mosquitto has started
correctly. This isn't working as mosquitto is not *compiled*
with systemd support enabled. As such, systemd restarts
mosquitto every few seconds.

For reference, this was introduced in commit a483d344d9
("mosquitto: Make enabling systemd also enable build dep on systemd")

Because we build mosquitto using the provided Makefile
infrastructure, the solution is to add PACKAGECONFIG_CONFARGS
to EXTRA_OEMAKE, so that the required make flags are added
to the make command line.

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Damien Riegel <damien.riegel@gmail.com>
[Damien Riegel: backport from master]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-24 18:44:58 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00
meta-gnome fix networkmanager apppend 2019-02-04 21:49:59 -08:00
meta-initramfs kexec-tools-klibc: fix build for mipsel and mips64el 2019-02-04 21:36:59 -08:00
meta-multimedia README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00
meta-networking mosquitto: fix build in systemd environments 2019-03-24 18:44:58 -07:00
meta-oe vim: improve reproducibility 2019-02-04 22:09:31 -08:00
meta-perl adduser: 3.117 -> 3.118 2018-11-15 13:18:50 -08:00
meta-python python-pyparted/python3-pyparted: drop incorrect and redundant PV 2019-02-04 21:40:35 -08:00
meta-webserver apache2: Fix CVE-2018-11763 2018-11-15 13:18:50 -08:00
meta-xfce libunique: fix installed-vs-shipped qa issue 2018-11-15 13:18:51 -08:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00

Collection of layers for the OE-core universe

Thud maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories