* [Buildroot] [PATCH v3] systemd: bump version to 233
@ 2017-03-22 11:39 Vicente Olivert Riera
2017-03-22 22:11 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2017-03-22 11:39 UTC (permalink / raw)
To: buildroot
--disable-kdbus no longer exists, so remove everything related to it.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
Changes v2 -> v3:
- Fix Config.in.legacy message.
Changes v1 -> v2:
- Add a Config.in.legacy entry. (Thanks Arnout)
---
Config.in.legacy | 7 +++++++
package/systemd/Config.in | 5 -----
package/systemd/systemd.hash | 2 +-
package/systemd/systemd.mk | 8 +-------
4 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/Config.in.legacy b/Config.in.legacy
index a45c4b3..4e14a98 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,13 @@ endif
###############################################################################
comment "Legacy options removed in 2017.05"
+config BR2_PACKAGE_SYSTEMD_KDBUS
+ bool "systemd-kdbus has been removed"
+ select BR2_LEGACY
+ help
+ --enable/disable-kdbus configure option has been removed since
+ systemd-231.
+
config BR2_PACKAGE_POLARSSL
bool "polarssl has been removed"
select BR2_LEGACY
diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index aaed7dc..0f54686 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -155,11 +155,6 @@ config BR2_PACKAGE_SYSTEMD_IMPORTD
http://www.freedesktop.org/software/systemd/man/machinectl.html#Image%20Transfer%20Commands
-config BR2_PACKAGE_SYSTEMD_KDBUS
- bool "enable kdbus support"
- help
- Enable kdbus support for Systemd.
-
config BR2_PACKAGE_SYSTEMD_LOCALED
bool "enable locale daemon"
help
diff --git a/package/systemd/systemd.hash b/package/systemd/systemd.hash
index 0acaa3c..17f4c0f 100644
--- a/package/systemd/systemd.hash
+++ b/package/systemd/systemd.hash
@@ -1,2 +1,2 @@
# sha256 locally computed
-sha256 1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880 systemd-232.tar.gz
+sha256 8b3e99da3d4164b66581830a7f2436c0c8fe697b5fbdc3927bdb960646be0083 systemd-233.tar.gz
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 0d2f416..cfd885d 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SYSTEMD_VERSION = 232
+SYSTEMD_VERSION = 233
SYSTEMD_SITE = $(call github,systemd,systemd,v$(SYSTEMD_VERSION))
SYSTEMD_LICENSE = LGPLv2.1+, GPLv2+ (udev), Public Domain (few source files, see README)
SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1 README
@@ -87,12 +87,6 @@ else
SYSTEMD_CONF_OPTS += --disable-xkbcommon
endif
-ifeq ($(BR2_PACKAGE_SYSTEMD_KDBUS),y)
-SYSTEMD_CONF_OPTS += --enable-kdbus
-else
-SYSTEMD_CONF_OPTS += --disable-kdbus
-endif
-
ifeq ($(BR2_PACKAGE_BZIP2),y)
SYSTEMD_DEPENDENCIES += bzip2
SYSTEMD_CONF_OPTS += --enable-bzip2
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v3] systemd: bump version to 233
2017-03-22 11:39 [Buildroot] [PATCH v3] systemd: bump version to 233 Vicente Olivert Riera
@ 2017-03-22 22:11 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-03-22 22:11 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 22 Mar 2017 11:39:13 +0000, Vicente Olivert Riera wrote:
> --disable-kdbus no longer exists, so remove everything related to it.
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> Changes v2 -> v3:
> - Fix Config.in.legacy message.
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-22 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 11:39 [Buildroot] [PATCH v3] systemd: bump version to 233 Vicente Olivert Riera
2017-03-22 22:11 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox