From: Romain Naour <romain.naour@gmail.com>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [Buildroot] [PATCH 3/4] package/qemu: reorder dependencies alphabetically
Date: Sat, 17 Dec 2022 16:37:28 +0100 [thread overview]
Message-ID: <20221217153729.545952-3-romain.naour@gmail.com> (raw)
In-Reply-To: <20221217153729.545952-1-romain.naour@gmail.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/qemu/qemu.mk | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index e800f31e7e..d42a16ec3e 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -22,10 +22,10 @@ QEMU_CPE_ID_VENDOR = qemu
# Target-qemu
QEMU_DEPENDENCIES = host-meson \
host-pkgconf \
+ host-python3 \
libglib2 \
- zlib \
pixman \
- host-python3
+ zlib
# Need the LIBS variable because librt and libm are
# not automatically pulled. :-(
@@ -251,12 +251,12 @@ $(eval $(generic-package))
#-------------------------------------------------------------
# Host-qemu
-HOST_QEMU_DEPENDENCIES = host-meson \
- host-pkgconf \
- host-zlib \
- host-libglib2 \
+HOST_QEMU_DEPENDENCIES = host-libglib2 \
+ host-meson \
host-pixman \
- host-python3
+ host-pkgconf \
+ host-python3 \
+ host-zlib
# BR ARCH qemu
# ------- ----
--
2.38.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-12-17 15:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-17 15:37 [Buildroot] [PATCH 1/4] package/slirp: add host variant for host-qemu Romain Naour
2022-12-17 15:37 ` [Buildroot] [PATCH 2/4] package/qemu: split long lines Romain Naour
2022-12-28 19:52 ` Yann E. MORIN
2022-12-17 15:37 ` Romain Naour [this message]
2022-12-28 19:52 ` [Buildroot] [PATCH 3/4] package/qemu: reorder dependencies alphabetically Yann E. MORIN
2022-12-17 15:37 ` [Buildroot] [PATCH 4/4] package/qemu: bump to version 7.2.0 Romain Naour
2022-12-28 19:53 ` Yann E. MORIN
2022-12-28 19:51 ` [Buildroot] [PATCH 1/4] package/slirp: add host variant for host-qemu Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221217153729.545952-3-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.