[Buildroot] [git commit] package/qemu: split long lines

Yann E. MORIN yann.morin.1998 at free.fr
Wed Dec 28 19:50:19 UTC 2022


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

Split the list of dependencies to ease further addition.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
[yann.morin.1998 at free.fr: move first item also on its own line]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/qemu/qemu.mk | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index a991d49993..cbcbbc2bc5 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -20,7 +20,13 @@ QEMU_CPE_ID_VENDOR = qemu
 # However, building is still done with configure and make as in previous versions of QEMU.
 
 # Target-qemu
-QEMU_DEPENDENCIES = host-meson host-pkgconf libglib2 zlib pixman host-python3
+QEMU_DEPENDENCIES = \
+	host-meson \
+	host-pkgconf \
+	libglib2 \
+	zlib \
+	pixman \
+	host-python3
 
 # Need the LIBS variable because librt and libm are
 # not automatically pulled. :-(
@@ -246,7 +252,13 @@ $(eval $(generic-package))
 #-------------------------------------------------------------
 # Host-qemu
 
-HOST_QEMU_DEPENDENCIES = host-meson host-pkgconf host-zlib host-libglib2 host-pixman host-python3
+HOST_QEMU_DEPENDENCIES = \
+	host-meson \
+	host-pkgconf \
+	host-zlib \
+	host-libglib2 \
+	host-pixman \
+	host-python3
 
 #       BR ARCH         qemu
 #       -------         ----



More information about the buildroot mailing list