[Buildroot] [git commit] package/skeleton: fix message about non-merged custom skeleton

Peter Korsgaard peter at korsgaard.com
Tue May 24 20:12:18 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=be8270d3e3b153c95926446081897c4bfc44ef81
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Use of a merged /usr is not restricted to systemd anymore, thus the
current error message is misleading, as it only speaks about systemd.

Fix the message by just ditching the reference to systemd altogether.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/skeleton/skeleton.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/skeleton/skeleton.mk b/package/skeleton/skeleton.mk
index 7618835..4e3cdc6 100644
--- a/package/skeleton/skeleton.mk
+++ b/package/skeleton/skeleton.mk
@@ -48,8 +48,7 @@ SKELETON_CUSTOM_NOT_MERGED_USR += /sbin
 endif
 
 ifneq ($(SKELETON_CUSTOM_NOT_MERGED_USR),)
-$(error Use of systemd as an init system requires a merged /usr. \
-	However, the custom skeleton in $(SKELETON_PATH) is not \
+$(error The custom skeleton in $(SKELETON_PATH) is not \
 	using a merged /usr for the following directories: \
 	$(SKELETON_CUSTOM_NOT_MERGED_USR))
 endif



More information about the buildroot mailing list