mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/ubus: remove obsolete systemd option
ENABLE_SYSTEMD option has been removed from ubus by upstream commit: 96ab0b3032f5 ubusd: remove systemd socket activation support From a Buildroot perspective, this means that this systemd socket activation feature no longer exists since Buildroot commit130be80d34("ubus: bump version"), as we bumped ubus from 259450f414d8c9ee41896e8e6d6bc57ec00e2b63 to 34c6e818e431cc53478a0f7c7c1eca07d194d692 in this commit, and the 96ab0b3032f5 ("ubusd: remove systemd socket activation support") commit is in this range. It was therefore dropped upstream in 2016, and in Buildroot in 2017. Signed-off-by: Jan Havran <havran.jan@email.cz> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit60c8807c69) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
7fd63a9ef6
commit
2d1d07c662
@@ -25,13 +25,6 @@ else
|
||||
UBUS_CONF_OPTS += -DBUILD_LUA=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
UBUS_DEPENDENCIES += systemd
|
||||
UBUS_CONF_OPTS += -DENABLE_SYSTEMD=ON
|
||||
else
|
||||
UBUS_CONF_OPTS += -DENABLE_SYSTEMD=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UBUS_EXAMPLES),y)
|
||||
UBUS_CONF_OPTS += -DBUILD_EXAMPLES=ON
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user