* [Buildroot] [PATCH] systemd: Pretty fixes
@ 2015-07-12 12:14 Maxime Hadjinlian
2015-07-12 12:57 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Hadjinlian @ 2015-07-12 12:14 UTC (permalink / raw)
To: buildroot
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
package/systemd/systemd.mk | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 0a1f00f..ddc3441 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -73,15 +73,15 @@ endif
ifeq ($(BR2_PACKAGE_SYSTEMD_ALL_EXTRAS),y)
SYSTEMD_DEPENDENCIES += \
- xz \
+ xz \
libgcrypt
-SYSTEMD_CONF_OPTS += \
- --enable-xz \
+SYSTEMD_CONF_OPTS += \
+ --enable-xz \
--enable-gcrypt \
--with-libgcrypt-prefix=$(STAGING_DIR)/usr
else
-SYSTEMD_CONF_OPTS += \
- --disable-xz \
+SYSTEMD_CONF_OPTS += \
+ --disable-xz \
--disable-gcrypt
endif
@@ -143,7 +143,8 @@ define SYSTEMD_INSTALL_INIT_HOOK
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/poweroff
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/reboot
- ln -fs ../../../lib/systemd/system/multi-user.target $(TARGET_DIR)/etc/systemd/system/default.target
+ ln -fs ../../../lib/systemd/system/multi-user.target \
+ $(TARGET_DIR)/etc/systemd/system/default.target
endef
define SYSTEMD_INSTALL_MACHINEID_HOOK
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] systemd: Pretty fixes
2015-07-12 12:14 [Buildroot] [PATCH] systemd: Pretty fixes Maxime Hadjinlian
@ 2015-07-12 12:57 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-12 12:57 UTC (permalink / raw)
To: buildroot
Dear Maxime Hadjinlian,
On Sun, 12 Jul 2015 14:14:33 +0200, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
> package/systemd/systemd.mk | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
Applied with a better commit title and some additional coding style
fixes, 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:[~2015-07-12 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-12 12:14 [Buildroot] [PATCH] systemd: Pretty fixes Maxime Hadjinlian
2015-07-12 12:57 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox