All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [Buildroot] [PATCH 1/4] package/slirp: add host variant for host-qemu
Date: Sat, 17 Dec 2022 16:37:26 +0100	[thread overview]
Message-ID: <20221217153729.545952-1-romain.naour@gmail.com> (raw)

Qemu 7.2 removed the slirp submodule from their sources [1]
so we have to provide slirp library as host package for
host-qemu.

[1] https://wiki.qemu.org/ChangeLog/7.2#GIT_submodules

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/slirp/slirp.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/slirp/slirp.mk b/package/slirp/slirp.mk
index 10d367587d..2ad71f13d9 100644
--- a/package/slirp/slirp.mk
+++ b/package/slirp/slirp.mk
@@ -14,4 +14,7 @@ SLIRP_CPE_ID_PRODUCT = libslirp
 SLIRP_INSTALL_STAGING = YES
 SLIRP_DEPENDENCIES = libglib2
 
+HOST_SLIRP_DEPENDENCIES = host-libglib2
+
 $(eval $(meson-package))
+$(eval $(host-meson-package))
-- 
2.38.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2022-12-17 15:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17 15:37 Romain Naour [this message]
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 ` [Buildroot] [PATCH 3/4] package/qemu: reorder dependencies alphabetically Romain Naour
2022-12-28 19:52   ` 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-1-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.